Skip to content

Commit

Permalink
math: begin rewrite of mach.math
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Sep 5, 2023
1 parent 6b5a999 commit 5b25db1
Show file tree
Hide file tree
Showing 7 changed files with 1,449 additions and 1,192 deletions.
2 changes: 1 addition & 1 deletion src/main.zig
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pub const gfx = @import("gfx/util.zig");
pub const gfx2d = struct {
pub const Sprite2D = @import("gfx2d/Sprite2D.zig");
};
pub const math = @import("math.zig");
pub const math = @import("math/main.zig");
pub const testing = @import("testing.zig");

pub const Atlas = @import("atlas/Atlas.zig");
Expand Down
Loading

0 comments on commit 5b25db1

Please sign in to comment.