Eric Bower
·
2026-04-26
build.zig.zon
1.{
2 .name = .zmx,
3 .version = "0.5.0",
4 .fingerprint = 0x28aad87005052b4e, // Changing this has security and trust implications.
5 .minimum_zig_version = "0.15.2",
6 .dependencies = .{
7 .ghostty = .{
8 .url = "git+https://github.com/ghostty-org/ghostty.git?ref=HEAD#c74f6d56d1feef473033057bc0ff7e3f00cf6421",
9 .hash = "ghostty-1.3.2-dev-5UdBC8HuDgWFQtz8pKQ-0HH6z0Cb_PKbI0R7AunQhdDF",
10 },
11 },
12 .paths = .{
13 "build.zig",
14 "build.zig.zon",
15 "src",
16 },
17}