mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Sort feature flags in egui_extras
This commit is contained in:
@@ -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 }
|
||||||
|
|||||||
Reference in New Issue
Block a user