Skip to content

Commit

Permalink
README.md: put demo images next to each other
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk authored Feb 6, 2024
1 parent 56bf8b7 commit 8ddd33f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

1 comment on commit 8ddd33f

@torokati44
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Happy 3000th commit, egui! 🥳 🍰

Please sign in to comment.