-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
28 lines (28 loc) · 670 Bytes
/
build.zig.zon
File metadata and controls
28 lines (28 loc) · 670 Bytes
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
.{
.name = .proto1,
.version = "0.1.0-draft",
.fingerprint = 0xbaf44f46fc7cf7b5,
.dependencies = .{
.zimalloc = .{
.url = "git+https://github.com/dweiller/zimalloc#4c79c3a18b882e725d11be7b191d4c6b031945f0",
.hash = "zimalloc-0.0.0-ZWlxedheAQDRrwWs-e33WrMl1dFQ40BQSlMOxxItsCWl",
},
.rlfw = .{
.path = "../rlfw",
},
.rgl = .{
.path = "../rgl",
},
.rui = .{
.path = "../rui",
},
.roml = .{
.path = "../roml",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}