-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.zig.zon
35 lines (35 loc) · 1.25 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
.{
.name = "zss",
.version = "0.0.0",
.paths = .{
"demo/",
"examples/",
"source/",
"test/",
"build.zig",
"build.zig.zon",
"LICENSE.md",
"LICENSE-CC0.txt",
"LICENSE-EXPAT.txt",
"LICENSE-OFL.txt",
"README.md",
},
.dependencies = .{
.@"mach-freetype" = .{
.url = "https://pkg.machengine.org/mach-freetype/d63efa5534c17f3a12ed3d327e0ad42a64adc20a.tar.gz",
.hash = "1220adfccce3dbc4e4fa8650fdaec110a676f6b8a1462ed6ef422815207f8288e9d2",
},
.@"mach-glfw" = .{
.url = "git+https://github.com/slimsag/mach-glfw#affdd6ae6f2ac2c3b9162784bdad345c561eeeea",
.hash = "122022ea6df16700e521078c20d7d01f894c6f967e6c6ce1ea166426b4fc61667de3",
},
.zgl = .{
.url = "git+https://github.com/chadwain/zgl.git#53c75bf06c40f763608fe2230a1a7f33e45a86eb",
.hash = "122034e87e1ed9d896c435b2b63979cc9b1a55d164687ae7e85d02aa225277fce378",
},
.zigimg = .{
.url = "git+https://github.com/zigimg/zigimg.git#5b5d718159c6ec223a54c9bb960690576e5df9c2",
.hash = "122040d9cc905342547e1e9da227a7f16fae5e7ae23134cb62aaef64c5b2c4f58828",
},
},
}