mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-21 02:59:36 -06:00
18 lines
455 B
Zig
18 lines
455 B
Zig
.{
|
|
.name = .ziex_app,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x7246d8c908f650a4,
|
|
.minimum_zig_version = "0.15.2",
|
|
.dependencies = .{
|
|
.zx = .{
|
|
.url = "git+https://github.com/ziex-dev/ziex#513a22485c639a4e4969969c52894d60a7cb98cc",
|
|
.hash = "zx-0.1.0-dev.852-8okzKgNb7AAvlls-ZxW-1WIMqFmLDordoh01JCzz9Dc0",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"app",
|
|
},
|
|
}
|