-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
39 lines (39 loc) · 1.76 KB
/
build.zig.zon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
.{
.name = "Flow",
.version = "0.0.0",
.dependencies = .{
.vaxis = .{
.url = "https://github.com/rockorager/libvaxis/archive/refs/tags/v0.5.1.tar.gz",
.hash = "1220de23a3240e503397ea579de4fd85db422f537e10036ef74717c50164475813ce",
},
.piecetable = .{
.url = "https://github.com/engineersbox/zig-piecetable/archive/201fe116147e21c077ad450629e25630e8cb9423.tar.gz",
.hash = "12200e8274f56a2e3e46586ff3b07975f06f2f972922a692fce2c95d06cd95d0ec3e",
},
.zap = .{
.url = "https://github.com/EngineersBox/zap/archive/0efc90197b6eebb97c81b2ac6bffb0a608248f17.tar.gz",
.hash = "1220bd6c3577ee28780c00277a76fb8e4ba1cd21a1db06e7cd43d3aa6b1ff99f6514",
},
.@"known-folders" = .{
.url = "git+https://github.com/ziglibs/known-folders.git#1cceeb70e77dec941a4178160ff6c8d05a74de6f",
.hash = "12205f5e7505c96573f6fc5144592ec38942fb0a326d692f9cddc0c7dd38f9028f29",
},
.@"zig-toml" = .{
.url = "https://github.com/sam701/zig-toml/archive/refs/tags/last-zig-0.13.tar.gz",
.hash = "1220ced9b2f6943f688ce1e20a40f143d83c4182320e4b9d30e470b010d44b356f0a",
},
.@"tree-sitter" = .{
.url = "https://github.com/tree-sitter/zig-tree-sitter/archive/refs/tags/v0.25.0.tar.gz",
.hash = "12201a8d5e840678bbbf5128e605519c4024af422295d68e2ba2090e675328e5811d",
},
.zig = .{
.url = "https://github.com/tree-sitter-grammars/tree-sitter-zig/archive/refs/tags/v1.1.2.tar.gz",
.hash = "122099c4b527a9ee3adb43ff16a1eb118f0f1d3035f9594e9f8c97d3426f9a60fb1f",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}