add raygui
This commit is contained in:
parent
b201817d12
commit
381db25621
4 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,7 @@ pub fn build(b: *std.Build) void {
|
|||
.target = target,
|
||||
.optimize = optimize,
|
||||
});
|
||||
exe.addIncludePath(.{ .path = "3rd-party/raygui/src" });
|
||||
exe.linkLibrary(raylib_dep.artifact("raylib"));
|
||||
|
||||
// This declares intent for the executable to be installed into the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue