mirror of
https://github.com/The-Memory-Managers/cpu-vs-ai.git
synced 2025-09-03 21:48:12 +00:00
19 lines
502 B
Zig
19 lines
502 B
Zig
.{
|
|
.name = .hackathon,
|
|
.version = "0.0.0",
|
|
.fingerprint = 0x8b3af64ffae8ae0f,
|
|
.minimum_zig_version = "0.14.0",
|
|
.dependencies = .{
|
|
.raylib_zig = .{
|
|
.url = "git+https://github.com/Not-Nik/raylib-zig?ref=devel#5013830647196ba938a3a25a36b8245606e9a9cd",
|
|
.hash = "raylib_zig-5.6.0-dev-KE8REM0tBQAHVn9Xjqlgu9l1qgfTmP8aJa1kLhD584bV",
|
|
},
|
|
},
|
|
.paths = .{
|
|
"build.zig",
|
|
"build.zig.zon",
|
|
"src",
|
|
"include",
|
|
},
|
|
}
|