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"),
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user