diff --git a/crates/egui_extras/Cargo.toml b/crates/egui_extras/Cargo.toml index 944576f08c9c..bc95bb450c7d 100644 --- a/crates/egui_extras/Cargo.toml +++ b/crates/egui_extras/Cargo.toml @@ -65,6 +65,9 @@ svg = ["resvg"] ## Support rendering text in svg images. svg_text = ["svg", "resvg/text", "resvg/system-fonts"] +## Support rendering inline raster images in svg images. +svg_images = ["svg", "resvg/raster-images"] + ## Enable better syntax highlighting using [`syntect`](https://docs.rs/syntect). syntect = ["dep:syntect"]