egui/egui-winit
Emil Ernerfeldt 973c3f22d1
Revert "Update tts to 0.21.1" (#1482)
This reverts commit de038b9546.
2022-04-12 21:40:57 +02:00
..
src egui-winit: if clipboard fails to start, fall back to local clipboard 2022-04-12 11:39:35 +02:00
Cargo.toml Revert "Update tts to 0.21.1" (#1482) 2022-04-12 21:40:57 +02:00
CHANGELOG.md Rust 1.60.0 + refactor cargo features (#1467) 2022-04-09 13:54:47 +02:00
README.md Split out new crate egui-winit from egui_glium (#735) 2021-09-28 17:33:28 +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.