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