PACKAGING: Note GLFW is not for distribution

This commit is contained in:
Mitchell Hashimoto
2024-12-31 14:34:16 -08:00
parent 1d71196de3
commit e9e82d94ac

View File

@ -117,3 +117,11 @@ relevant to package maintainers:
often necessary for system packages to specify a specific minimum Linux
version, glibc, etc. Run `zig targets` to a get a full list of available
targets.
> [!WARNING]
>
> **The GLFW runtime is not meant for distribution.** The GLFW runtime
> (`-Dapp-runtime=glfw`) is meant for development and testing only. It is
> missing many features, has known memory leak scenarios, known crashes,
> and more. Please do not package the GLFW-based Ghostty runtime for
> distribution.