gpu-dawn: remove dependency loop

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2022-02-11 15:52:54 -07:00 committed by Stephen Gutekanst
parent 882e876666
commit 485d82899a

View file

@ -15,7 +15,6 @@ pub fn build(b: *Builder) void {
const main_tests = b.addTest("src/main.zig");
main_tests.setBuildMode(mode);
link(b, main_tests, .{});
const test_step = b.step("test", "Run library tests");
test_step.dependOn(&main_tests.step);