mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 12:50:04 -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,7 +12,7 @@ fn main() -> Result<(), eframe::Error> {
|
||||
"Image Viewer",
|
||||
options,
|
||||
Box::new(|cc| {
|
||||
// The following call is needed to load images when using `ui.image` and `egui::Image`:
|
||||
// This gives us image support:
|
||||
egui_extras::install_image_loaders(&cc.egui_ctx);
|
||||
Box::<MyApp>::default()
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user