build: always use the same version of zg as libvaxis

This commit is contained in:
CJ van den Berg 2024-07-22 20:15:33 +02:00
parent 628a04cf27
commit ba770f6b46
2 changed files with 1 additions and 5 deletions

View file

@ -72,7 +72,7 @@ pub fn build(b: *std.Build) void {
.root_source_file = b.path("src/tracy_noop.zig"), .root_source_file = b.path("src/tracy_noop.zig"),
}); });
const zg_dep = b.dependency("zg", .{ const zg_dep = vaxis_dep.builder.dependency("zg", .{
.target = target, .target = target,
.optimize = dependency_optimize, .optimize = dependency_optimize,
}); });

View file

@ -35,10 +35,6 @@
.url = "https://github.com/rockorager/libvaxis/archive/40e51ad0542ea964190db411292660c274e2a984.tar.gz", .url = "https://github.com/rockorager/libvaxis/archive/40e51ad0542ea964190db411292660c274e2a984.tar.gz",
.hash = "12200ade9c84de359ac4a83645bda328342df7d2e288f2e2d966895b9b9f50da6b01", .hash = "12200ade9c84de359ac4a83645bda328342df7d2e288f2e2d966895b9b9f50da6b01",
}, },
.zg = .{
.url = "git+https://codeberg.org/dude_the_builder/zg#6d2ba3ff8f3cb7c86cef2b2176fb5b4a72c104dc",
.hash = "1220da2679c872f73b60b8071d96b9b0e7790ac1a1597e02bf91807d6089f3c89005",
},
}, },
.paths = .{ .paths = .{
"include", "include",