egui/egui-winit
2022-08-08 12:21:53 +02:00
..
src Remove get_ prefix from functions to better follow Rust API Guidelines 2022-08-08 12:21:53 +02:00
Cargo.toml Update MSRV to Rust 1.61.0 (#1846) 2022-07-26 16:50:53 +02:00
CHANGELOG.md Track the global focus state of the UI (#1859) 2022-07-29 13:15:26 +02:00
README.md Improve README.md files 2022-07-29 16:07:48 +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.