Init
This commit is contained in:
commit
e70a04ac16
19 changed files with 576 additions and 0 deletions
19
build.zig.zon
Normal file
19
build.zig.zon
Normal 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",
|
||||
},
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue