WARNING: REMOVED raygui from raylib/src/extras

This commit is contained in:
Ray 2022-06-06 11:11:39 +02:00
parent 8da566d6e7
commit 609d92003b
12 changed files with 1316 additions and 1165 deletions

View file

@ -93,7 +93,6 @@ pub fn build(b: *std.build.Builder) !void {
all.dependOn(try add_module("core", b, target));
all.dependOn(try add_module("models", b, target));
all.dependOn(try add_module("others", b, target));
all.dependOn(try add_module("physics", b, target));
all.dependOn(try add_module("shaders", b, target));
all.dependOn(try add_module("shapes", b, target));
all.dependOn(try add_module("text", b, target));