1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

README.md: new images, better text (#3392)

* Update images in README.md

* Add ferris image to hello_world example

* Clean up and improve README.md, with top-level link to Rerun

* Move sections around
This commit is contained in:
Emil Ernerfeldt
2023-09-26 21:17:43 +02:00
committed by GitHub
parent 23ce4e70ca
commit dff52eddfd
8 changed files with 77 additions and 43 deletions

1
Cargo.lock generated
View File

@@ -1904,6 +1904,7 @@ name = "hello_world"
version = "0.1.0"
dependencies = [
"eframe",
"egui_extras",
"env_logger",
]