Make `serde` a default (opt-out) feature of `egui_extras` (#4786)

This is a workaround for https://github.com/emilk/egui/issues/4771 to
make it less likely to bite users
This commit is contained in:
Emil Ernerfeldt 2024-07-05 10:05:40 +02:00 committed by GitHub
parent 977d83a08f
commit 2e2366e88d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"]