d5c1cd2a Merge branch 'master' into zig-0.14 6b4feb7d update dep hash 46cd19ca update to latest zig 7214ee0a refactor: run zig fmt b2238178 Set php's default LSP to intelephense 8b3a5ac1 refactor: run zig fmt 942e8dfd Merge commit 'f3c35545e3ba6038460bab1d130be54eb1067a29' into zig-0.14 f3c35545 Merge branch 'master' into zig-0.14 28bc77f4 feat: add astro file type support be80b598 refactor: run zig fmt 670aa9ae build: update to zig 0.14.0-dev.3039 f81314c1 feat: add .ref to diff file type extensions 01558741 feat: add sql file type support 942053ff add systemverilog lsp and formatter 3711541e anonymous struct do not coerce anymore since zig commit d11bbde da812e05 fix(config): add gui_config to file_types ec62f6c7 fix: build without tree-sitter 1226f473 add JuliaFormatter as julia formatter bc723309 add rustfmt as rust formatter e719a3b6 Merge branch 'master' into zig-0.14 65e5e6cc Merge branch 'master' into zig-0.14 231c5c1f Merge branch 'master' into zig-0.14 2a345ab7 Merge branch 'master' into zig-0.14 51e33d7b Merge pull request #3 from alichraghi/master 0b566414 update to latest zig git-subtree-dir: src/syntax git-subtree-split: d5c1cd2a328ec75fd9b0feddbc9eb84b5f590939
53 lines
2.4 KiB
Zig
53 lines
2.4 KiB
Zig
.{
|
|
.name = "flow",
|
|
.version = "0.2.0",
|
|
.minimum_zig_version = "0.14.0-dev.3091",
|
|
|
|
.dependencies = .{
|
|
.syntax = .{ .path = "src/syntax" },
|
|
.flags = .{
|
|
.url = "https://github.com/n0s4/flags/archive/372501d1576b5723829bcba98e41361132c7b618.tar.gz",
|
|
.hash = "1220ae181067a549c7a99cc0868193a7889b151381410419191ab1a79304f914336e",
|
|
},
|
|
.tracy = .{
|
|
.url = "https://github.com/neurocyte/zig-tracy/archive/e04e31c64498149a324491b8534758e6af43a5c2.tar.gz",
|
|
.hash = "1220d0fb2bff7b453dbb39d1db3eb472b6680e2564f2b23b0e947671be47bbdd188f",
|
|
},
|
|
.dizzy = .{
|
|
.url = "https://github.com/neurocyte/dizzy/archive/455d18369cbb2a0458ba70be919cd378338d695e.tar.gz",
|
|
.hash = "1220220dbc7fe91c1c54438193ca765cebbcb7d58f35cdcaee404a9d2245a42a4362",
|
|
},
|
|
.thespian = .{
|
|
.url = "https://github.com/neurocyte/thespian/archive/a3f0f5b089534a29f146768345eb32428f59f521.tar.gz",
|
|
.hash = "1220839522cd1d8b19c62488127f763a202c69b0ad629666280724902c23f10bd29f",
|
|
},
|
|
.themes = .{
|
|
.url = "https://github.com/neurocyte/flow-themes/releases/download/master-59bf204551bcb238faddd06779063570e7e6d431/flow-themes.tar.gz",
|
|
.hash = "12209a213a392ea80ea5c7dde125e7161bb0278ac4b99db9df2b7af783710bcb09f7",
|
|
},
|
|
.fuzzig = .{
|
|
.url = "https://github.com/fjebaker/fuzzig/archive/44c04733c7c0fee3db83672aaaaf4ed03e943156.tar.gz",
|
|
.hash = "1220666c7afe30f6a51ae477f7755e9b6a5341723bfcb5de349817b5d0912b96f9ad",
|
|
},
|
|
.vaxis = .{
|
|
.url = "https://github.com/neurocyte/libvaxis/archive/da7d26fa0e86c721414bdcb82ea46cf0b4da5b68.tar.gz",
|
|
.hash = "1220fe019c2901695c959873ef9b1736bd04197d377ad1c520eff8affd5204dd2bc2",
|
|
},
|
|
.zeit = .{
|
|
.url = "https://github.com/rockorager/zeit/archive/8fd203f85f597f16e0a525c1f1ca1e0bffded809.tar.gz",
|
|
.hash = "122022233835adc719535a8e7cefdd2902a67bbfb7ef198441ca9ce89c0593f488c2",
|
|
},
|
|
.win32 = .{
|
|
.url = "https://github.com/marlersoft/zigwin32/archive/e8739b32a33ce48a3286aba31918b26a9dfc6ef0.tar.gz",
|
|
.hash = "1220219ca4acfa5804ca39945f92554e93507b077c03605b7a4c1c0401f0c7121339",
|
|
.lazy = true,
|
|
},
|
|
},
|
|
.paths = .{
|
|
"include",
|
|
"src",
|
|
"test",
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
},
|
|
}
|