aboutsummaryrefslogtreecommitdiff
path: root/build.zig.zon
blob: d5d48516737903f247d1dd71725f37106c9c055b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
.{
    .name = "mgl-zig-example",
    .version = "0.0.0",
    .dependencies = .{
        .mgl = .{
            .path = "depends/mgl-zig",
        },
    },
    .paths = .{
        "",
    },
}