README.md: put demo images next to each other

This commit is contained in:
Emil Ernerfeldt 2024-02-06 08:13:37 +01:00 committed by GitHub
parent 56bf8b79f3
commit 8ddd33fc89
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -46,9 +46,7 @@ ui.label(format!("Hello '{name}', age {age}"));
ui.image(egui::include_image!("ferris.png"));
```
<img alt="Dark mode" src="media/demo.gif">
&nbsp;&nbsp;
<img alt="Light mode" src="media/demo_light_mode.png" height="278">
<img alt="Dark mode" src="media/demo.gif"> &nbsp; &nbsp; <img alt="Light mode" src="media/demo_light_mode.png" height="278">
## Sections: