initial commit - it's working

This commit is contained in:
2024-06-30 23:19:51 -04:00
commit a053e62c77
8 changed files with 212 additions and 0 deletions

12
demo/build.zig.zon Normal file
View File

@@ -0,0 +1,12 @@
.{
.name = "demo",
.version = "0.0.0",
.dependencies = .{
.zimgui = .{ .path=".." },
},
.paths = .{
"build.zig",
"build.zig.zon",
"src",
},
}