chore: supress error when importing using zig pkg manager
This commit is contained in:
parent
d9ce47d504
commit
7bb3700e22
|
@ -9,7 +9,7 @@
|
|||
"README.md",
|
||||
},
|
||||
.dependencies = .{
|
||||
.zglfw = .{ .path = "../zglfw" },
|
||||
.zgpu = .{ .path = "../zgpu" },
|
||||
.zglfw = .{ .path = "." },
|
||||
.zgpu = .{ .path = "." },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue