diff options
Diffstat (limited to 'build.zig.zon')
| -rw-r--r-- | build.zig.zon | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/build.zig.zon b/build.zig.zon new file mode 100644 index 0000000..bc7ef94 --- /dev/null +++ b/build.zig.zon @@ -0,0 +1,26 @@ +.{ + .name = .sporegirl2, + + .version = "0.0.0", + + .fingerprint = 0x1f84a20503bc235e, + + .minimum_zig_version = "0.14.1", + + .dependencies = .{ + .sokol = .{ + .url = "git+https://github.com/floooh/sokol-zig.git#zig-0.14.1", + .hash = "sokol-0.1.0-pb1HK26VLQC1XOkHDW-5TglgwypAKIHGR2HPOTP6limn", + }, + .cimgui = .{ + .url = "git+https://github.com/floooh/dcimgui#3b98e0a57fc17cc72fdda6934bd932426778a16e", + .hash = "cimgui-0.1.0-44ClkczdkgCE9Z_0ehliUmEJjg-bjQVy1r55RQPw9N10", + }, + }, + + .paths = .{ + "build.zig", + "build.zig.zon", + "src", + }, +} |
