mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Fix compilation of egui_extras without serde feature (#5014)
* Closes https://github.com/emilk/egui/issues/4771
This commit is contained in:
@@ -27,7 +27,7 @@ all-features = true
|
||||
|
||||
|
||||
[features]
|
||||
default = ["dep:mime_guess2", "serde"]
|
||||
default = ["dep:mime_guess2"]
|
||||
|
||||
## 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