mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
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:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user