fix: vaxis recursive deps issue

This commit is contained in:
x123
2024-08-07 18:32:04 +02:00
parent 0ec0cc0f95
commit 502c89dce5

View File

@ -1018,6 +1018,9 @@ fn addDeps(
const vaxis_dep = b.dependency("vaxis", .{
.target = target,
.optimize = optimize,
.libxev = false,
.images = false,
.text_input = false,
});
// Wasm we do manually since it is such a different build.