mirror of
https://github.com/ziex-dev/ziex.git
synced 2026-07-20 02:29:36 -06:00
22 lines
664 B
Zig
22 lines
664 B
Zig
.{
|
|
.name = .ziex_app,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x7246d8c908f650a4,
|
|
.minimum_zig_version = "0.16.0",
|
|
.dependencies = .{
|
|
.ziex = .{
|
|
.url = "git+https://github.com/ziex-dev/ziex#f346e357db896d57e5a70ac34d89c8b38ba45e45",
|
|
.hash = "ziex-0.1.0-dev-Z3YcvV7HngEeV-4Sw0v1FYzxP2PSjT5hy1_Cs5sS9F8B",
|
|
},
|
|
.pg = .{
|
|
.url = "git+https://github.com/karlseguin/pg.zig#61fb377e7afbffedfae28bb4396d038dcf9462c8",
|
|
.hash = "pg-0.0.0-Wp_7geGMBgA6dG6czFRdDq6RB7ti-DDVBx_ZV0B957Sz",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"app",
|
|
},
|
|
}
|