egui/crates/egui-winit
Emil Ernerfeldt 77df8ca0b0
Update some crates (#2100)
* Update crate webbrowser 0.7 -> 0.8

* Update criterion 0.3 -> 0.4

* Update tts 0.20 -> 0.24

* revert tts update
2022-10-02 20:33:45 +02:00
..
src Add IME support for native (#2046) 2022-09-15 17:21:43 +02:00
Cargo.toml Update some crates (#2100) 2022-10-02 20:33:45 +02:00
CHANGELOG.md egui_winit: support winit with default features disabled (#1971) 2022-08-30 08:49:32 +02: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.