This repository has been archived on 2025-04-22. You can view files and clone it, but cannot push or open issues or pull requests.
koordinatni-sistem/build.zig.zon

12 lines
359 B
Zig

.{
.name = "koordinatni-sistem",
.version = "0.0.1",
.dependencies = .{
.@"raylib-zig" = .{
.url = "git+https://github.com/Not-Nik/raylib-zig?ref=devel#5004bb2316fc34a416644f3910c8c79dd08d7c63",
.hash = "1220223e9881fc9510eeb30fc2ee73fb49ee645bf1859cc46a92b649d35ecfd3351a",
},
},
.paths = .{""},
}