Skip to content

Commit

Permalink
Make serde a default (opt-out) feature of egui_extras (#4786)
Browse files Browse the repository at this point in the history
This is a workaround for #4771 to
make it less likely to bite users
  • Loading branch information
emilk authored Jul 5, 2024
1 parent 977d83a commit 2e2366e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ all-features = true


[features]
default = ["dep:mime_guess2"]
default = ["dep:mime_guess2", "serde"]

## Shorthand for enabling the different types of image loaders (`file`, `http`, `image`, `svg`).
all_loaders = ["file", "http", "image", "svg", "gif"]
Expand Down

0 comments on commit 2e2366e

Please sign in to comment.