summaryrefslogtreecommitdiff
path: root/pkg/cimgui/build.zig.zon
blob: f539a8fd6d9593cdb890c8c9ac565f5d2bf93206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.{
    .name = .cimgui,
    .version = "1.90.6", // -docking branch
    .fingerprint = 0x49726f5f8acbc90d,
    .paths = .{""},
    .dependencies = .{
        // This should be kept in sync with the submodule in the cimgui source
        // code in ./vendor/ to be safe that they're compatible.
        .imgui = .{
            // ocornut/imgui
            .url = "https://deps.files.ghostty.org/imgui-1220bc6b9daceaf7c8c60f3c3998058045ba0c5c5f48ae255ff97776d9cd8bfc6402.tar.gz",
            .hash = "N-V-__8AAH0GaQC8a52s6vfIxg88OZgFgEW6DFxfSK4lX_l3",
            .lazy = true,
        },

        .apple_sdk = .{ .path = "../apple-sdk" },
        .freetype = .{ .path = "../freetype" },
    },
}