-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbuild.zig.zon
More file actions
25 lines (23 loc) · 919 Bytes
/
Copy pathbuild.zig.zon
File metadata and controls
25 lines (23 loc) · 919 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
.{
.name = .game,
.version = "0.0.0",
.minimum_zig_version = "0.16.0",
.fingerprint = 0x232b318cede6101e,
// Update dependencies here, `zig fetch --save=<name> <url>` pins the hash.
// After a raylib bump, rerun `bindgen` to refresh the python bindings.
.dependencies = .{
.raylib = .{
.url = "https://github.com/raysan5/raylib/archive/refs/tags/6.0.tar.gz",
.hash = "raylib-6.0.0-whq8uCSwLgWWeF3ec3dbG6Rr36SLFL-s2WJ1Q_2E22Bb",
},
.pocketpy = .{
.url = "https://github.com/pocketpy/pocketpy/archive/refs/tags/v2.1.8.tar.gz",
.hash = "N-V-__8AAFWqhwAHudC5XxJRvk7sR8kx6W3vel0VV0YNAK_a",
},
.miniz = .{
.url = "https://github.com/richgel999/miniz/archive/refs/tags/3.1.2.tar.gz",
.hash = "N-V-__8AAJmKFgANnVgLMCG4IKGFiSk_OceSUlZrQfI_Lo-r",
},
},
.paths = .{""},
}