23 releases (12 breaking)
0.29.1 | Oct 1, 2024 |
---|---|
0.28.1 | Jul 5, 2024 |
0.27.1 | Mar 29, 2024 |
0.24.2 | Dec 8, 2023 |
0.17.0 | Feb 22, 2022 |
#147 in GUI
127,222 downloads per month
Used in 170 crates
(118 directly)
1.5MB
31K
SLoC
egui_extras
This is a crate that adds some features on top top of egui
. This crate is for experimental features, and features that require big dependencies that do not belong in egui
.
Images
One thing egui_extras
is commonly used for is to install image loaders for egui
:
egui_extras = { version = "*", features = ["all_loaders"] }
image = { version = "0.25", features = ["jpeg", "png"] } # Add the types you want support for
egui_extras::install_image_loaders(egui_ctx);
lib.rs
:
This is a crate that adds some features on top top of egui
.
This crate are for experimental features, and features that require big dependencies that does not belong in egui
.
Feature flags
Dependencies
~3–14MB
~182K SLoC