17 lines
451 B
Zig
17 lines
451 B
Zig
.{
|
|
.name = .rex,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0xee6003c042470dd0,
|
|
.minimum_zig_version = "0.14.0",
|
|
.dependencies = .{
|
|
.raylib = .{
|
|
.url = "git+https://github.com/raysan5/raylib#8d9c1cecb7f53aef720e2ee0d1558ffc39fa7eef",
|
|
.hash = "raylib-5.5.0-whq8uKXONARKPKfYVo14WktbUTIM3OYxdVPOPTdsQejc",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
},
|
|
}
|