diff --git a/crates/egui_extras/Cargo.toml b/crates/egui_extras/Cargo.toml index b4fb1b55..6e58170a 100644 --- a/crates/egui_extras/Cargo.toml +++ b/crates/egui_extras/Cargo.toml @@ -44,8 +44,10 @@ serde = { version = "1", features = ["derive"] } #! ### Optional dependencies # 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", + "std", "wasmbind", ] }