# mise config — `mise install` provisions the tools `make deps` needs. # # libghostty-vt is built from a pinned upstream Ghostty commit; that # commit's build.zig.zon pins minimum_zig_version = 0.15.2. We match # it here so contributors don't have to puzzle out the version from # a deep upstream file. The go pin matches go.mod so CI and local # builds use the same toolchain. [tools] zig = "0.15.2" go = "1.26.3"