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