zed/crates/gpui_linux
MostlyK ac2f097559
image_viewer: Add pinch event support (#47351)
This change implements pinch / magnification gesture handling.

This uses the following wayland
[protocol](https://wayland.app/protocols/pointer-gestures-unstable-v1).
And the following
[API](https://developer.apple.com/documentation/appkit/nsevent/magnification)
for mac.

- Original: https://github.com/gpui-ce/gpui-ce/pull/11

Release Notes:

- Zooming works with pinching in and out inside Image Viewer
2026-03-11 18:12:48 +01:00
..
src image_viewer: Add pinch event support (#47351) 2026-03-11 18:12:48 +01:00
Cargo.toml wGPU: Select more specifically (#50528) 2026-03-02 13:30:40 -07:00
LICENSE-APACHE