egui/crates/egui-winit
Emil Ernerfeldt 8344e88f8a
Update to to winit 0.28 (#2654)
* Update to winit 0.28

Mac trackpads pinch gestures will now generate `egui::Event::Zoom`

* Update accesskit_winit

* Try to get Android CI green

* Fix wayland compilation

* Add comment about android-activity

* Update changelogs

* Fix call to register_xlib_error_hook
2023-02-04 12:43:43 +01:00
..
src Update to to winit 0.28 (#2654) 2023-02-04 12:43:43 +01:00
Cargo.toml Update to to winit 0.28 (#2654) 2023-02-04 12:43:43 +01:00
CHANGELOG.md Update to to winit 0.28 (#2654) 2023-02-04 12:43:43 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

egui-winit

Latest version Documentation unsafe forbidden MIT Apache

This crates provides bindings between egui and winit.

The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.