egui/egui-winit
2022-04-12 11:39:35 +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 Update tts to 0.21.1 2022-04-11 16:36:25 +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.