-
Notifications
You must be signed in to change notification settings - Fork 0
/
build.zig.zon
31 lines (31 loc) · 1.48 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
.{
.name = "voltyx",
.version = "0.0.0",
.paths = .{ "src", "build.zig", "build.zig.zon" },
.dependencies = .{
.ylib = .{
.url = "https://github.com/ypsvlq/ylib/archive/1f2dc0e4d6fd475d7c75bd8c71d806cf77198e53.tar.gz",
.hash = "12205790a02e0e87165d3cdbe990fd7d15b138fb4681fbe69a673bded6c45a85ffee",
},
.wio = .{
.url = "https://github.com/ypsvlq/wio/archive/9e4aa96461a218a224d191068439cfa696e729ba.tar.gz",
.hash = "12208d8ee4c609b86eb45388c3d25ae00d15b8212b22bc5e03da8c02701ed32bacad",
},
.@"mach-freetype" = .{
.url = "https://pkg.machengine.org/mach-freetype/d63efa5534c17f3a12ed3d327e0ad42a64adc20a.tar.gz",
.hash = "1220adfccce3dbc4e4fa8650fdaec110a676f6b8a1462ed6ef422815207f8288e9d2",
},
.@"mach-opus" = .{
.url = "https://pkg.machengine.org/mach-opus/32712fd091636037959720ee00036a060816a4f0.tar.gz",
.hash = "12202e4cc38985a37bcf4804f29ec2fcba162410eee777d96ecdbb2c4260b14b7e68",
},
.zigimg = .{
.url = "https://github.com/zigimg/zigimg/archive/48bfe6d413a5b3723a7bcf36f1fabbba30efef68.tar.gz",
.hash = "12201b874ac217853e59f55477b96cb7a66d43a5930ed9b4f0cfc7113efc8f5a6449",
},
.sqlite = .{
.url = "https://sqlite.org/2024/sqlite-amalgamation-3470200.zip",
.hash = "122051c5d661be20b94797b56d7c77c01a970085c3fdd2daf5af3b1dfa3e82df80b0",
},
},
}