-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
31 lines (29 loc) · 1.13 KB
/
build.zig.zon
File metadata and controls
31 lines (29 loc) · 1.13 KB
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 = .zvoxels,
.version = "0.1.0",
.fingerprint = 0xf3bedbce12840e29, // Changing this has security and trust implications.
.minimum_zig_version = "0.14.0",
.dependencies = .{
.tracy = .{
.url = "git+https://github.com/cipharius/zig-tracy.git#fb0c7693726fc41a1d9e3ab2a897dc663d884584",
.hash = "zig_tracy-0.0.5-aOIqsQdyAADb7w5ji1KMsWBV6ek3SftSsY2yfTvUHycr",
},
.sdl = .{
.url = "git+https://github.com/ikskuh/SDL.zig.git#424ff5f9245ef352e4c508c77ddaeed2f46bd605",
.hash = "SDL2-0.0.0-yMCQigakBADGJHtb2ljt13P_cCnG8Y819HRnIibNVPFk",
},
.zgl = .{
.url = "git+https://github.com/ziglibs/zgl.git#5ed429cf5746e51ce72856386be6debf8ef4783c",
.hash = "zgl-1.1.0-p_NpAKE-CgBnmyP12H-ldbZLdImx1btyk8zPx0I5CGHX",
},
.zlm = .{
.url = "git+https://github.com/ziglibs/zlm.git#e4dc388f2ce73d0734867c5baa9e9a5c84238ca4",
.hash = "zlm-0.1.0-AAAAAB6gAABdoukNmdFJDjSeVeSt8trl5EKm8TOcJqQs",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}