Big vecmath package
This commit is contained in:
7
packages/vecmath/build.zig
Normal file
7
packages/vecmath/build.zig
Normal 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"),
|
||||
});
|
||||
}
|
||||
11
packages/vecmath/build.zig.zon
Normal file
11
packages/vecmath/build.zig.zon
Normal 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,
|
||||
}
|
||||
2651
packages/vecmath/src/root.zig
Normal file
2651
packages/vecmath/src/root.zig
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user