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