Sort feature flags in egui_extras
This commit is contained in:
parent
97b6d8cb1c
commit
ce0e200503
|
@ -57,15 +57,15 @@ image = ["dep:image"]
|
||||||
## Only enabled on native, because of the low resolution (1ms) of clocks in browsers.
|
## Only enabled on native, because of the low resolution (1ms) of clocks in browsers.
|
||||||
puffin = ["dep:puffin", "egui/puffin"]
|
puffin = ["dep:puffin", "egui/puffin"]
|
||||||
|
|
||||||
|
## Derive serde Serialize/Deserialize on stateful structs
|
||||||
|
serde = ["egui/serde", "dep:serde"]
|
||||||
|
|
||||||
## Support loading svg images.
|
## Support loading svg images.
|
||||||
svg = ["resvg"]
|
svg = ["resvg"]
|
||||||
|
|
||||||
## Enable better syntax highlighting using [`syntect`](https://docs.rs/syntect).
|
## Enable better syntax highlighting using [`syntect`](https://docs.rs/syntect).
|
||||||
syntect = ["dep:syntect"]
|
syntect = ["dep:syntect"]
|
||||||
|
|
||||||
## Derive serde Serialize/Deserialize on stateful structs
|
|
||||||
serde = ["egui/serde", "dep:serde"]
|
|
||||||
|
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
egui = { workspace = true, default-features = false }
|
egui = { workspace = true, default-features = false }
|
||||||
|
|
Loading…
Reference in New Issue