README.md: put demo images next to each other
This commit is contained in:
parent
56bf8b79f3
commit
8ddd33fc89
|
|
@ -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:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue