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:
7
examples/hello_world_simple/README.md
Normal file
7
examples/hello_world_simple/README.md
Normal file
@@ -0,0 +1,7 @@
|
||||
Example showing some UI controls like `Label`, `TextEdit`, `Slider`, `Button`.
|
||||
|
||||
```sh
|
||||
cargo run -p hello_world
|
||||
```
|
||||
|
||||

|
||||
Reference in New Issue
Block a user