chore: supress error when importing using zig pkg manager
This commit is contained in:
parent
565b430ab3
commit
9c3654e727
|
@ -8,8 +8,5 @@
|
||||||
"src",
|
"src",
|
||||||
"README.md",
|
"README.md",
|
||||||
},
|
},
|
||||||
.dependencies = .{
|
.dependencies = .{},
|
||||||
.zglfw = .{ .path = "../zglfw" },
|
|
||||||
.zgpu = .{ .path = "../zgpu" },
|
|
||||||
},
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue