chore: comment out unused dependencies
This commit is contained in:
parent
6f0ecab671
commit
7e0dc75b9a
|
@ -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" },
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue