1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Fix compilation of egui_extras without serde feature (#5014)

* Closes https://github.com/emilk/egui/issues/4771
This commit is contained in:
Emil Ernerfeldt
2024-08-27 11:38:33 +02:00
committed by GitHub
parent bd7d71e7fd
commit 58bc67e02f
8 changed files with 82 additions and 21 deletions

View File

@@ -3804,6 +3804,14 @@ dependencies = [
"winapi-util",
]
[[package]]
name = "test_egui_extras_compilation"
version = "0.1.0"
dependencies = [
"eframe",
"egui_extras",
]
[[package]]
name = "test_inline_glow_paint"
version = "0.1.0"