Sort feature flags in egui_extras

This commit is contained in:
Emil Ernerfeldt 2024-06-27 14:29:59 +02:00
parent 97b6d8cb1c
commit ce0e200503
1 changed files with 3 additions and 3 deletions

View File

@ -57,15 +57,15 @@ image = ["dep:image"]
## Only enabled on native, because of the low resolution (1ms) of clocks in browsers.
puffin = ["dep:puffin", "egui/puffin"]
## Derive serde Serialize/Deserialize on stateful structs
serde = ["egui/serde", "dep:serde"]
## Support loading svg images.
svg = ["resvg"]
## Enable better syntax highlighting using [`syntect`](https://docs.rs/syntect).
syntect = ["dep:syntect"]
## Derive serde Serialize/Deserialize on stateful structs
serde = ["egui/serde", "dep:serde"]
[dependencies]
egui = { workspace = true, default-features = false }