42 lines
1.9 KiB
Zig
42 lines
1.9 KiB
Zig
.{
|
|
.name = "flow",
|
|
.version = "0.0.1",
|
|
|
|
.dependencies = .{
|
|
.notcurses = .{
|
|
.url = "https://github.com/neurocyte/notcurses-zig/archive/7ae85cba342eb3579c7732021b2cf9616d9dc90e.tar.gz",
|
|
.hash = "1220882e05fd3aad5cfdcf13b988b0ecb26a7009870379a1e7aa7fad9e2486b3a8fa",
|
|
},
|
|
.clap = .{
|
|
.url = "https://github.com/Hejsil/zig-clap/archive/9c23bcb5aebe0c2542b4de4472f60959974e2222.tar.gz",
|
|
.hash = "12209e829da9d7d0bc089e4e0cbc07bb882f6192cd583277277da34df53cd05b8f2a",
|
|
},
|
|
.tracy = .{
|
|
.url = "https://github.com/neurocyte/zig-tracy/archive/d2113e7d778ebe7a063e95b5182ff145343aac38.tar.gz",
|
|
.hash = "122005c37f1324dcdd00600f266b64f0a66a73428550015ece51d52ae40a552608d1",
|
|
},
|
|
.dizzy = .{
|
|
.url = "https://github.com/SuperAuguste/dizzy/archive/d4aaf67d0f5ef69d0a0287ae472ddfece064d341.tar.gz",
|
|
.hash = "1220a7cf5f59b61257993bc5b02991ffc523d103f66842fa8d8ab5c9fdba52799340",
|
|
},
|
|
.thespian = .{
|
|
.url = "https://github.com/neurocyte/thespian/archive/a740c03c11ab22b93c050bfc27cb936be86f9b39.tar.gz",
|
|
.hash = "1220ecd65090063ac90cd462b09ba603736cb03f4863d831c4f6c46189d2b1a1267a",
|
|
},
|
|
.themes = .{
|
|
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-ecd690a090291c0a6fac40a645faf3015c4dc2b4/flow-themes.tar.gz",
|
|
.hash = "122082a850364def8fb0c61af5cfb4f85351680615c19c23174434034eec256b117b",
|
|
},
|
|
.syntax = .{
|
|
.url = "https://github.com/neurocyte/flow-syntax/archive/e58df221cc9ea8086fdb26df348f04429361d1f0.tar.gz",
|
|
.hash = "1220f1772359f6c1fc04df79b3f9aa5899efc87b3b8d0e65f44b40df66260cf79183",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"include",
|
|
"src",
|
|
"test",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|