Skip to content

Commit

Permalink
Merge pull request #13 from seatedro/term
Browse files Browse the repository at this point in the history
terminal rendering
  • Loading branch information
seatedro authored Sep 14, 2024
2 parents 548f057 + 7518d67 commit 3bef99d
Show file tree
Hide file tree
Showing 6 changed files with 822 additions and 87 deletions.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ fn setupExecutable(

linkFfmpeg(exe);

exe.addCSourceFile(.{ .file = b.path("stb/stb.c") });
exe.addCSourceFile(.{ .file = b.path("external/stb.c") });
exe.addIncludePath(dep_stb.path(""));

return exe;
Expand Down
File renamed without changes.
File renamed without changes.
Loading

0 comments on commit 3bef99d

Please sign in to comment.