mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -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:
@@ -12,4 +12,8 @@ publish = false
|
||||
eframe = { path = "../../crates/eframe", features = [
|
||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
||||
] }
|
||||
|
||||
# For image support:
|
||||
egui_extras = { path = "../../crates/egui_extras", features = ["image"] }
|
||||
|
||||
env_logger = "0.10"
|
||||
|
||||
Reference in New Issue
Block a user