Skip to content

Commit

Permalink
Add geometry.zig
Browse files Browse the repository at this point in the history
  • Loading branch information
arrufat committed Apr 16, 2024
1 parent 344fa74 commit 8e054eb
Show file tree
Hide file tree
Showing 3 changed files with 410 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ pub fn build(b: *std.Build) void {
const test_step = b.step("test", "Run library tests");
for ([_][]const u8{
"color",
"geometry",
"matrix",
"svd",
}) |module| {
Expand Down
Loading

0 comments on commit 8e054eb

Please sign in to comment.