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:
parent
977d83a08f
commit
2e2366e88d
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue