Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions crates/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]

Expand Down
Loading