Skip to content

Commit

Permalink
Sort feature flags in egui_extras
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jun 27, 2024
1 parent 97b6d8c commit ce0e200
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions crates/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit ce0e200

Please sign in to comment.