initial commit - it's working
This commit is contained in:
12
demo/build.zig.zon
Normal file
12
demo/build.zig.zon
Normal file
@@ -0,0 +1,12 @@
|
||||
.{
|
||||
.name = "demo",
|
||||
.version = "0.0.0",
|
||||
.dependencies = .{
|
||||
.zimgui = .{ .path=".." },
|
||||
},
|
||||
.paths = .{
|
||||
"build.zig",
|
||||
"build.zig.zon",
|
||||
"src",
|
||||
},
|
||||
}
|
Reference in New Issue
Block a user