Skip to content

Commit 37e4be6

Browse files
authored
update raylib example to use upstream raylib-zig (#40)
upstream raylib-zig updated, so no longer using lumenkeyes fork in the example
1 parent dff7531 commit 37e4be6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

examples/raylib/build.zig.zon

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
.minimum_zig_version = "0.14.0",
55
.fingerprint = 0x13035e5cf42e313f,
66
.dependencies = .{
7-
.raylib_zig = .{
8-
.url = "git+https://github.com/lumenkeyes/raylib-zig#b00d4c2b973665e3a88c2565b6cd63c56d0173c2",
9-
.hash = "raylib_zig-5.6.0-dev-KE8REPwqBQC35iWa2sFblBUNWkTlEi1gjit9dtyOLu_b"
10-
},
117
.android = .{ .path = "../.." },
8+
.raylib_zig = .{
9+
.url = "git+https://github.com/not-nik/raylib-zig#5013830647196ba938a3a25a36b8245606e9a9cd",
10+
.hash = "raylib_zig-5.6.0-dev-KE8REM0tBQAHVn9Xjqlgu9l1qgfTmP8aJa1kLhD584bV",
11+
},
1212
},
1313
.paths = .{
1414
"build.zig",

0 commit comments

Comments
 (0)