mirror of
https://github.com/Not-Nik/raylib-zig.git
synced 2025-09-09 12:07:27 +00:00
12 lines
304 B
Zig
12 lines
304 B
Zig
.{
|
|
.name = "raylib-zig",
|
|
.version = "5.0.0",
|
|
.dependencies = .{
|
|
.raylib = .{
|
|
.url = "https://github.com/raysan5/raylib/archive/5.0.tar.gz",
|
|
.hash = "1220c28847ca8e8756734ae84355802b764c9d9cf4de057dbc6fc2b15c56e726f27b",
|
|
},
|
|
},
|
|
.paths = .{""},
|
|
}
|