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",
},
.dependencies = .{
.zglfw = .{ .path = "../zglfw" },
.zgpu = .{ .path = "../zgpu" },
.system_sdk = .{ .path = "../system-sdk" },
// .zglfw = .{ .path = "../zglfw" },
// .zgpu = .{ .path = "../zgpu" },
// .system_sdk = .{ .path = "../system-sdk" },
},
}