48 lines
2.2 KiB
Zig
48 lines
2.2 KiB
Zig
.{
|
|
.name = "flow",
|
|
.version = "0.2.0",
|
|
.minimum_zig_version = "0.13.0",
|
|
|
|
.dependencies = .{
|
|
.syntax = .{ .path = "src/syntax" },
|
|
.flags = .{
|
|
.url = "https://github.com/n0s4/flags/archive/b3905aa990719ff567f1c5a2f89e6dd3292d8533.tar.gz",
|
|
.hash = "1220930a42f8da3fb7f723e3ad3f6dcc6db76327dd8d26274566423192d53e91b2bb",
|
|
},
|
|
.tracy = .{
|
|
.url = "https://github.com/neurocyte/zig-tracy/archive/58999b786089e5319dd0707f6afbfca04c6340e7.tar.gz",
|
|
.hash = "1220a2c8f8db1b5265458ac967ea1f7cc0a8ddcd1d774df3b73d86c4f529aadbfb94",
|
|
},
|
|
.dizzy = .{
|
|
.url = "https://github.com/neurocyte/dizzy/archive/455d18369cbb2a0458ba70be919cd378338d695e.tar.gz",
|
|
.hash = "1220220dbc7fe91c1c54438193ca765cebbcb7d58f35cdcaee404a9d2245a42a4362",
|
|
},
|
|
.thespian = .{
|
|
.url = "https://github.com/neurocyte/thespian/archive/9df7beb192dd0db647e55fe44272b77ca687f6cd.tar.gz",
|
|
.hash = "1220f6fdc977fff899aaf624afc8cf01e29a0e100dbb52860902a3bc256f4ddd687b",
|
|
},
|
|
.themes = .{
|
|
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-0c2a187c604c63031225847a966b6ca279b2be91/flow-themes.tar.gz",
|
|
.hash = "1220b2109e0aadf85e4ac5e1cd084e321fe50f1e59cea690c022a7a8f7eb6021eadb",
|
|
},
|
|
.fuzzig = .{
|
|
.url = "https://github.com/fjebaker/fuzzig/archive/0fd156d5097365151e85a85eef9d8cf0eebe7b00.tar.gz",
|
|
.hash = "122019f077d09686b1ec47928ca2b4bf264422f3a27afc5b49dafb0129a4ceca0d01",
|
|
},
|
|
.vaxis = .{
|
|
.url = "https://github.com/neurocyte/libvaxis/archive/ffe35b4342bd2913efd46c35c0ccd15544ac87e6.tar.gz",
|
|
.hash = "12202ee9842d28927674e552f1ea41e2c41e59f6b4b5d290de9b6fd626fd332ac627",
|
|
},
|
|
.zeit = .{
|
|
.url = "https://github.com/rockorager/zeit/archive/9cca8ec620a54c3b07cd249f25e5bcb3153d03d7.tar.gz",
|
|
.hash = "1220755ea2a5aa6bb3713437aaafefd44812169fe43f1da755c3ee6101b85940f441",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"include",
|
|
"src",
|
|
"test",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|