Big vecmath package

This commit is contained in:
2026-01-02 00:06:30 +01:00
parent 3ac7f5654d
commit fd16e5a2b0
9 changed files with 2691 additions and 244 deletions

View File

@@ -0,0 +1,7 @@
const std = @import("std");
pub fn build(b: *std.Build) void {
_ = b.addModule("vecmath", .{
.root_source_file = b.path("src/root.zig"),
});
}

View File

@@ -0,0 +1,11 @@
.{
.name = .vecmath,
.version = "0.0.0",
.minimum_zig_version = "0.15.2",
.paths = .{
"src",
"build.zig",
"build.zig.zon",
},
.fingerprint = 0x1c1c724ae9962a2d,
}

File diff suppressed because it is too large Load Diff