diff --git a/crates/egui_extras/Cargo.toml b/crates/egui_extras/Cargo.toml index 6ffc1d1f709..b42dd5c1ce5 100644 --- a/crates/egui_extras/Cargo.toml +++ b/crates/egui_extras/Cargo.toml @@ -44,7 +44,10 @@ serde = { version = "1", features = ["derive"] } #! ### Optional dependencies # Date operations needed for datepicker widget -chrono = { version = "0.4", optional = true, default-features = false, feature = ["js-sys", "wasmbind"]} +chrono = { version = "0.4", optional = true, default-features = false, feature = [ + "js-sys", + "wasmbind", +] } ## Enable this when generating docs. document-features = { version = "0.2", optional = true }