egui/crates
Lucas Meurer 9150b9342d
Make individual egui_extras image loaders public (#7551)
This was initially a PR to add kitdiff, but this now lives in it's own
crate: https://github.com/rerun-io/kitdiff

I needed to make the image loaders public, this way it's possible to
compose image loaders together (which allowed me to create a image diff
loader that uses two other image loaders). But you can't use the
`ctx.try_load_image` since that would deadlock, so you have to store a
reference to the other loader in the wrapping loader.
2025-09-23 10:07:18 +02:00
..
ecolor 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00
eframe Update wgpu to 26 and wasm-bindgen to 0.2.100 (#7540) 2025-09-21 20:42:00 +02:00
egui Make individual egui_extras image loaders public (#7551) 2025-09-23 10:07:18 +02:00
egui-wgpu Update wgpu to 26 and wasm-bindgen to 0.2.100 (#7540) 2025-09-21 20:42:00 +02:00
egui-winit 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00
egui_demo_app Update wgpu to 26 and wasm-bindgen to 0.2.100 (#7540) 2025-09-21 20:42:00 +02:00
egui_demo_lib Add snapshot test for text spacing/kerning (#7545) 2025-09-16 13:30:28 +02:00
egui_extras Make individual egui_extras image loaders public (#7551) 2025-09-23 10:07:18 +02:00
egui_glow 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00
egui_kittest Update wgpu to 26 and wasm-bindgen to 0.2.100 (#7540) 2025-09-21 20:42:00 +02:00
egui_plot Move `egui_plot` to its own repo (#4828) 2024-07-15 18:45:19 +02:00
egui_web Rename `master` branch to `main` (#7034) 2025-05-08 09:15:42 +02:00
emath Improve `OrderedFloat` hash performance (#7512) 2025-09-08 17:39:52 +02:00
epaint Add snapshot test for text spacing/kerning (#7545) 2025-09-16 13:30:28 +02:00
epaint_default_fonts 0.32.3 release: Bump version numbers and update changelog (#7536) 2025-09-12 08:18:19 +02:00