egui/crates
Emil Ernerfeldt d7d222d3f6
Polish image API (#3338)
* Imoprove docs for callback shapes

* Improve docs for loader traits

* Use snake_case for feature `all_loaders`

* Make loaders publix

* Slightly better error message on image load failure

* Improve image loading error messages

* Use `bytes://` schema for included bytes loader

* Try user loaders first

* Move `image_loading_spinners` to `Visuals`

* Unify and simplify code

* Make the main text of `Button` optional

This largely makes ImageButton obsolete

* Fix docstrings

* Better docs

* typos

* Use the more explicit `egui_extras::install_image_loaders`

* Simplify `Image::paint_at` function
2023-09-14 16:33:10 +02:00
..
ecolor Update MSRV to Rust 1.70.0 (#3310) 2023-09-06 07:59:24 +02:00
eframe Add more profiling scopes (#3332) 2023-09-13 19:32:19 +02:00
egui Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui-wgpu Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui-winit Add more profiling scopes (#3332) 2023-09-13 19:32:19 +02:00
egui_demo_app Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui_demo_lib Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui_extras Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui_glium Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
egui_glow Polish image API (#3338) 2023-09-14 16:33:10 +02:00
egui_plot Final polish for new image loading (#3328) 2023-09-13 16:27:08 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Update MSRV to Rust 1.70.0 (#3310) 2023-09-06 07:59:24 +02:00
epaint Polish image API (#3338) 2023-09-14 16:33:10 +02:00