2021-09-28 15:33:28 +00:00
|
|
|
# egui-winit
|
|
|
|
|
|
|
|
[](https://crates.io/crates/egui-winit)
|
|
|
|
[](https://docs.rs/egui-winit)
|
|
|
|
[](https://github.com/rust-secure-code/safety-dance/)
|
|
|
|

|
|
|
|

|
|
|
|
|
2022-07-29 14:07:48 +00:00
|
|
|
This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [`winit`](https://crates.io/crates/winit).
|
2021-09-28 15:33:28 +00:00
|
|
|
|
|
|
|
The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.
|