Fix egui_extras chonos dependency list
This commit is contained in:
parent
bb252e2788
commit
b07a675439
|
|
@ -44,8 +44,10 @@ serde = { version = "1", features = ["derive"] }
|
||||||
#! ### Optional dependencies
|
#! ### Optional dependencies
|
||||||
|
|
||||||
# Date operations needed for datepicker widget
|
# Date operations needed for datepicker widget
|
||||||
chrono = { version = "0.4", optional = true, default-features = true, feature = [
|
chrono = { version = "0.4", optional = true, default-features = false, features = [
|
||||||
|
"clock",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
|
"std",
|
||||||
"wasmbind",
|
"wasmbind",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue