vendor raygui

This commit is contained in:
Fabien Freling 2023-10-04 16:07:59 +02:00
parent da5ae3710d
commit efd8a47287
5 changed files with 5526 additions and 5 deletions

View file

@ -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