vendor raygui
This commit is contained in:
parent
da5ae3710d
commit
efd8a47287
5 changed files with 5526 additions and 5 deletions
|
@ -21,7 +21,7 @@ pub fn build(b: *std.Build) void {
|
|||
.optimize = optimize,
|
||||
});
|
||||
exe.linkLibrary(raylib_dep.artifact("raylib"));
|
||||
exe.addIncludePath(.{ .path = "3rd-party/raygui/src" });
|
||||
exe.addIncludePath(.{ .path = "3rd-party/" });
|
||||
exe.linkSystemLibrary("sqlite3");
|
||||
|
||||
// This declares intent for the executable to be installed into the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue