use newer version of raygui
This commit is contained in:
parent
f5f6cf81b4
commit
7891da6d40
4 changed files with 6 additions and 1 deletions
|
|
@ -18,6 +18,7 @@ pub fn build(b: *std.build.Builder) void {
|
|||
const ray = raylib.addRaylib(b, exe.target);
|
||||
exe.linkLibrary(ray);
|
||||
exe.addIncludeDir("./3rdparty/raylib/src");
|
||||
exe.addIncludeDir("./3rdparty/raygui/src");
|
||||
|
||||
exe.setBuildMode(mode);
|
||||
exe.install();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue