-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
27 lines (27 loc) · 985 Bytes
/
build.zig.zon
File metadata and controls
27 lines (27 loc) · 985 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
.{
.name = .jok,
.version = "0.105.0",
.fingerprint = 0x8204585c92cd7f34, // Changing this has security and trust implications.
.minimum_zig_version = "0.16.0",
.paths = .{
"README.md",
"build.zig",
"build.zig.zon",
"src",
"examples",
},
.dependencies = .{
.sdl = .{
.url = "git+https://github.com/castholm/SDL#c5ba24c694b5d520cdc1d029d8def398690d6894",
.hash = "sdl-0.4.2+3.4.4-SDL--kB3pQHKG_4zWG-pH04ZcZZj_IRF7dwMpxNVGwd6",
},
.ziglua = .{
.url = "git+https://github.com/natecraddock/ziglua#350ec18b90edf9dd569bdd64f4de9b330620529f",
.hash = "zlua-0.1.0-hGRpC9VUBQC0BjcD5XP3frF2gNtTXBB5LhJFf_ygafpd",
},
.emsdk = .{
.url = "git+https://github.com/emscripten-core/emsdk?ref=4.0.23#c0bb220cb6e6f4e0fabb6f6db9efd53390ef5e56",
.hash = "N-V-__8AAHQFEABC8QdfXNl_LRxXIKI8ELtz4eZ9Yht7K6m2",
},
},
}