datatore: new project

This commit is contained in:
Szymon Nowakowski
2026-08-17 23:46:54 +02:00
parent cbbe7f2ea1
commit e262e00829
3 changed files with 700 additions and 0 deletions

View 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",
},
},
}