mirror of
https://github.com/emilk/egui.git
synced 2026-08-31 13:50:04 -04:00
README.md: put demo images next to each other
This commit is contained in:
@@ -46,9 +46,7 @@ ui.label(format!("Hello '{name}', age {age}"));
|
|||||||
ui.image(egui::include_image!("ferris.png"));
|
ui.image(egui::include_image!("ferris.png"));
|
||||||
```
|
```
|
||||||
|
|
||||||
<img alt="Dark mode" src="media/demo.gif">
|
<img alt="Dark mode" src="media/demo.gif"> <img alt="Light mode" src="media/demo_light_mode.png" height="278">
|
||||||
|
|
||||||
<img alt="Light mode" src="media/demo_light_mode.png" height="278">
|
|
||||||
|
|
||||||
## Sections:
|
## Sections:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user