This commit is contained in:
Dominic Grimm 2025-06-01 12:33:53 +02:00
commit e70a04ac16
No known key found for this signature in database
19 changed files with 576 additions and 0 deletions

19
build.zig.zon Normal file
View file

@ -0,0 +1,19 @@
.{
.name = .craftflut,
.version = "0.0.0",
.fingerprint = 0xc80c703678f7ec11,
.minimum_zig_version = "0.14.0",
.dependencies = .{
.zap = .{
.url = "git+https://github.com/zigzap/zap.git#ec7cac6f6ab8e1892fe6fc499fd37cd93f7b2256",
.hash = "zap-0.9.1-GoeB85JTJAADY1vAnA4lTuU66t6JJiuhGos5ex6CpifA",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
"LICENSE",
},
}