mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
10 lines
320 B
Zig
10 lines
320 B
Zig
.{
|
|
.name = "zig-raylib",
|
|
.version = "0.1.0",
|
|
.dependencies = .{
|
|
.raylib = .{
|
|
.url = "https://github.com/raysan5/raylib/archive/ad2338b994785c887528c91a843d6720cac2c2b0.tar.gz",
|
|
.hash = "122003990d16146cfb85e04e0557f41b54e81bae635fa4379f3a597ed5fb7716ee53",
|
|
},
|
|
},
|
|
} |