1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-31 13:50:04 -04:00

eframe: add a simplified native-only API for simple native apps (#2453)

* eframe: add a simplified native-only API for simple native apps

* build-fix

* Fix doc-test
This commit is contained in:
Emil Ernerfeldt
2023-03-30 10:00:47 +02:00
committed by GitHub
parent 4b1c0d90c0
commit 92c4e23aac
7 changed files with 128 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
Example showing some UI controls like `Label`, `TextEdit`, `Slider`, `Button`.
```sh
cargo run -p hello_world
```
![](screenshot.png)