mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Fix egui_extras chonos dependency list
This commit is contained in:
@@ -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",
|
||||||
] }
|
] }
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user