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 committed by Rekai Musuka
parent 565b430ab3
commit 9c3654e727
1 changed files with 1 additions and 4 deletions

View File

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