chore: comment out unused dependencies

This commit is contained in:
Rekai Nyangadzayi Musuka 2024-09-08 20:46:11 -05:00
parent 6f0ecab671
commit 7e0dc75b9a
1 changed files with 3 additions and 3 deletions

View File

@ -9,8 +9,8 @@
"README.md", "README.md",
}, },
.dependencies = .{ .dependencies = .{
.zglfw = .{ .path = "../zglfw" }, // .zglfw = .{ .path = "../zglfw" },
.zgpu = .{ .path = "../zgpu" }, // .zgpu = .{ .path = "../zgpu" },
.system_sdk = .{ .path = "../system-sdk" }, // .system_sdk = .{ .path = "../system-sdk" },
}, },
} }