mirror of
https://github.com/creating2morrow/neveko.git
synced 2024-12-23 12:09:45 +00:00
11 lines
571 B
Markdown
11 lines
571 B
Markdown
|
# 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)
|
||
|
|
||
|
This crates provides bindings between [`egui`](https://github.com/emilk/egui) and [`winit`](https://crates.io/crates/winit).
|
||
|
|
||
|
The library translates winit events to egui, handled copy/paste, updates the cursor, open links clicked in egui, etc.
|