a73x

build.zig.zon

Ref:   Size: 650 B   History

.{
    .name = .mux,
    .version = "0.0.1",
    .fingerprint = 0xb3d8f5dcb89714b5,
    .minimum_zig_version = "0.15.2",
    .paths = .{
        "build.zig",
        "build.zig.zon",
        "src",
        // The page muxweb serves: index.html and mux.js are @embedFile'd
        // by webhub_main.zig, so a package without them does not build.
        "web",
    },
    .dependencies = .{
        .ghostty = .{
            .url = "git+https://github.com/ghostty-org/ghostty#853183e911b70ff7b61057f52fc7b47ea4934238",
            .hash = "ghostty-1.3.2-dev-5UdBC7VOBgVv0iA-qLRtBnau_zLIv7iGGLdnEiW6fUYU",
            .lazy = true,
        },
    },
}