1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-01 06:10:06 -04:00

add example

This commit is contained in:
charburgx
2022-12-19 03:58:38 -06:00
parent d0307417e1
commit 099e41bf3f
5 changed files with 114 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
Example for how to set Z-order for drawing and interaction.
```sh
cargo run -p z_order
```
![](screenshot.png)