ona/build.zig.zon
kayomn d2a246fce0
Some checks failed
continuous-integration/drone Build is failing
Add system-parameterised local states
2025-08-05 18:07:09 +01:00

25 lines
684 B
Zig

.{
.name = .ona,
.version = "0.0.0",
.dependencies = .{
.shaderc_zig = .{
.url = "git+https://github.com/tiawl/shaderc.zig#06565d2af3beec9780b11524984211ebd104fd21",
.hash = "shaderc_zig-1.0.0-mOl840tjAwBiAnMSfRskq0Iq3JJ9jPRHy2JoEgnUvSpV",
},
.sdl = .{
.url = "git+https://github.com/castholm/SDL.git#0f81c0affb2584b242b2fb5744e7dfebcfd904a5",
.hash = "sdl-0.2.6+3.2.20-7uIn9JkjfwGIQ6j3-etow2rCe-Zt16Yj-2gdp9jW7WZ9",
},
},
.fingerprint = 0x7d0142e88b22421d,
.minimum_zig_version = "0.14.0",
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}