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