datatore: new project
This commit is contained in:
16
packages/datastore/build.zig.zon
Normal file
16
packages/datastore/build.zig.zon
Normal file
@@ -0,0 +1,16 @@
|
||||
.{
|
||||
.name = .datastore,
|
||||
.version = "0.0.0",
|
||||
.minimum_zig_version = "0.16.0",
|
||||
.paths = .{
|
||||
"src",
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
},
|
||||
.fingerprint = 0x193de38ef5a38d70,
|
||||
.dependencies = .{
|
||||
.vecmath = .{
|
||||
.path = "../vecmath",
|
||||
},
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user