-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbuild.zig.zon
39 lines (39 loc) · 1.74 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",
},
.zts = .{
.url = "https://github.com/lfcm64/z-tree-sitter/archive/refs/tags/v0.1.0.zip",
.hash = "12205e50a5dcc02940500ed84fa03752a5e0e7859fbd16c17db015d8adec1f174b08",
},
.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",
},
.json = .{
.url = "git+https://github.com/getty-zig/json.git#4a38504cefdc9e5d64ae35364233d6fa4cb78edf",
.hash = "1220c7d749d83bcac8daecd67f1f78ee2762df10c9fef123bbf44c882965f644c1e5",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}