mirror of https://github.com/emilk/egui.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
571 B
11 lines
571 B
3 years ago
|
# egui-winit
|
||
|
|
||
|
[![Latest version](https://img.shields.io/crates/v/egui-winit.svg)](https://crates.io/crates/egui-winit)
|
||
|
[![Documentation](https://docs.rs/egui-winit/badge.svg)](https://docs.rs/egui-winit)
|
||
|
![MIT](https://img.shields.io/badge/license-MIT-blue.svg)
|
||
|
![Apache](https://img.shields.io/badge/license-Apache-blue.svg)
|
||
|
|
||
2 years ago
|
This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [`winit`](https://crates.io/crates/winit).
|
||
3 years ago
|
|
||
|
The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.
|