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

Check egui_extras --all-features on CI (#3019)

* Check egui_extras --all-features on CI

* Fix egui_extras with `datepicker` feature
This commit is contained in:
Emil Ernerfeldt
2023-05-23 09:26:40 +02:00
committed by GitHub
parent 8c5d235bfb
commit bb252e2788
2 changed files with 7 additions and 1 deletions

View File

@@ -44,7 +44,7 @@ serde = { version = "1", features = ["derive"] }
#! ### Optional dependencies
# Date operations needed for datepicker widget
chrono = { version = "0.4", optional = true, default-features = false, feature = [
chrono = { version = "0.4", optional = true, default-features = true, feature = [
"js-sys",
"wasmbind",
] }