chore: supress error when importing using zig pkg manager

This commit is contained in:
Rekai Nyangadzayi Musuka 2024-03-22 11:11:06 -05:00
parent d9ce47d504
commit 7bb3700e22
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
"README.md", "README.md",
}, },
.dependencies = .{ .dependencies = .{
.zglfw = .{ .path = "../zglfw" }, .zglfw = .{ .path = "." },
.zgpu = .{ .path = "../zgpu" }, .zgpu = .{ .path = "." },
}, },
} }