diff options
| author | patrick-scho | 2025-08-15 12:59:15 +0200 |
|---|---|---|
| committer | patrick-scho | 2025-08-15 12:59:15 +0200 |
| commit | f23222b4a847768225c50a37c9659a58865796c1 (patch) | |
| tree | 5f25a9b56f03e487878e302c710a593f37a8a145 /build.zig.zon | |
| download | sporegirl-f23222b4a847768225c50a37c9659a58865796c1.tar.gz sporegirl-f23222b4a847768225c50a37c9659a58865796c1.zip | |
Initial commit
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", + }, +} |
