treesummaryrefslogcommitdiff
path: root/build.zig.zon
blob: bc7ef945d718cd987f7ebe2d412b029994e33d90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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",
    },
}