egui/crates/egui-winit
Bruce Mitchener fba2dc85a3
egui-winit: Remove implicit `accesskit_winit` feature (#5316)
This is controlled by the `accesskit` feature and nothing needs the
implicit `accesskit_winit` feature, so use `dep:` syntax to prevent it
from being created.

* [x] I have followed the instructions in the PR template
2024-10-29 13:09:31 +01:00
..
src iOS: Support putting UI next to the dynamic island (#5211) 2024-10-23 11:10:12 +02:00
CHANGELOG.md Release 0.29.1 - Bug fixes 2024-10-01 10:08:21 +02:00
Cargo.toml egui-winit: Remove implicit `accesskit_winit` feature (#5316) 2024-10-29 13:09:31 +01:00
README.md Remove misleading safety-badges 2023-02-28 22:35:08 +01:00

README.md

egui-winit

Latest version Documentation 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.