Update PACKAGING to note Zig 0.14 requirement

This commit is contained in:
Mitchell Hashimoto
2025-03-13 09:18:23 -07:00
parent a542e63582
commit f1f9db8b96

View File

@ -48,7 +48,7 @@ To find the version of Zig required to build Ghostty, check the `required_zig`
constant in `build.zig`. You don't need to know Zig to extract this information.
This version will always be an official released version of Zig.
For example, at the time of writing this document, Ghostty requires Zig 0.13.0.
For example, at the time of writing this document, Ghostty requires Zig 0.14.0.
## Building Ghostty