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