main build.zig.zon
Eric Bower  ·  2026-08-01
 1.{
 2    .name = .zmx,
 3    .version = "0.7.0",
 4    .fingerprint = 0x28aad87005052b4e, // Changing this has security and trust implications.
 5    .minimum_zig_version = "0.16.0",
 6    .dependencies = .{
 7        .ghostty = .{
 8            .url = "git+https://github.com/ghostty-org/ghostty/#aa21caeaa3a2feb6ef1251d20bd81b52f1da0940",
 9            .hash = "ghostty-1.3.2-dev-5UdBCw7jLQVbzMzfCu-BNb7P4o6P3L9WjORwuelawrt6",
10        },
11    },
12    .paths = .{
13        "build.zig",
14        "build.zig.zon",
15        "src",
16    },
17}