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"),
});
const zg_dep = b.dependency("zg", .{
const zg_dep = vaxis_dep.builder.dependency("zg", .{
.target = target,
.optimize = dependency_optimize,
});