NYXGFX/build.zig.zon

23 lines
453 B
Text
Raw Normal View History

2026-08-09 14:17:49 +01:00
.{
.name = .NYXGFX,
.version = "0.0.0",
.fingerprint = 0x96cea482214a9b8,
.minimum_zig_version = "0.16.0",
.dependencies = .{
.gtl = .{
.url = "git+https://nyxformat.com/abux/GTL.git#cf41b732416562be189eb93d5086e83811f3bb0c",
.hash = "gtl-0.0.0-e3QoJCkUAQDRre0v1BbYuDST1AG67AEIW3LCt4i3LMR9",
},
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}