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 28e926748b
1 changed files with 1 additions and 4 deletions

View File

@ -8,8 +8,5 @@
"src",
"README.md",
},
.dependencies = .{
.zglfw = .{ .path = "../zglfw" },
.zgpu = .{ .path = "../zgpu" },
},
.dependencies = .{},
}