mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
12 lines
341 B
Zig
12 lines
341 B
Zig
.{
|
|
.name = "raylib-zig",
|
|
.version = "0.1.0",
|
|
.dependencies = .{
|
|
.raylib = .{
|
|
.url = "https://github.com/raysan5/raylib/archive/36df9c5bd6999d5a047cf94097f258a27aaafc52.tar.gz",
|
|
.hash = "122077f81f0c905e41bd46a4e2487dfeeaf9419e857e86329ad71e2a58e65ec6d93e",
|
|
},
|
|
},
|
|
.paths = .{""},
|
|
}
|