1
0
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:
Emil Ernerfeldt
2024-07-05 10:05:40 +02:00
committed by GitHub
parent 977d83a08f
commit 2e2366e88d

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