]> gitweb.ps.run Git - sporegirl/blob - build.zig.zon
add .gitignore
[sporegirl] / build.zig.zon
1 .{
2     .name = .sporegirl2,
3
4     .version = "0.0.0",
5
6     .fingerprint = 0x1f84a20503bc235e,
7
8     .minimum_zig_version = "0.14.1",
9
10     .dependencies = .{
11         .sokol = .{
12             .url = "git+https://github.com/floooh/sokol-zig.git#zig-0.14.1",
13             .hash = "sokol-0.1.0-pb1HK26VLQC1XOkHDW-5TglgwypAKIHGR2HPOTP6limn",
14         },
15         .cimgui = .{
16             .url = "git+https://github.com/floooh/dcimgui#3b98e0a57fc17cc72fdda6934bd932426778a16e",
17             .hash = "cimgui-0.1.0-44ClkczdkgCE9Z_0ehliUmEJjg-bjQVy1r55RQPw9N10",
18         },
19     },
20
21     .paths = .{
22         "build.zig",
23         "build.zig.zon",
24         "src",
25     },
26 }