mach: remove ResourceManager for now

needs much more thought

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2023-06-30 20:40:29 -07:00
parent 923cce1fc3
commit 0e1b79969f
3 changed files with 0 additions and 150 deletions

View file

@ -15,7 +15,6 @@ pub const gfx2d = struct {
pub const Sprite2D = @import("gfx2d/Sprite2D.zig");
};
pub const math = @import("math.zig");
pub const ResourceManager = @import("resource/ResourceManager.zig");
// Engine exports
pub const App = @import("engine.zig").App;
@ -24,7 +23,6 @@ pub const Module = @import("engine.zig").Module;
const std = @import("std");
test {
std.testing.refAllDeclsRecursive(ResourceManager);
std.testing.refAllDeclsRecursive(gfx);
_ = ecs;
_ = earcut;