mach: add new mach.math module
https://machengine.org/next/engine/math/ Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
cb26c1e90c
commit
03fe3d02a9
2 changed files with 327 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ pub const ecs = @import("ecs");
|
|||
pub const sysaudio = @import("sysaudio");
|
||||
pub const earcut = @import("earcut");
|
||||
pub const gfx = @import("gfx/util.zig");
|
||||
pub const math = @import("math.zig");
|
||||
pub const ResourceManager = @import("resource/ResourceManager.zig");
|
||||
|
||||
// Engine exports
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue