mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-06-04 10:54:48 +00:00
### apprt/gtk: Add version.runtimeAtLeast This will be used for version checks that are independent of the version of GTK we built against. ### apprt/gtk: Move most version checks to runtime Unless we are guarding against symbols added in new versions we now check against the runtime version of GTK to handle them even when we didn't build against that version.