From 7583a44e327eecc3d82212dea89483bf79b0b2df Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Mon, 22 May 2023 21:32:05 +0200 Subject: [PATCH] Format Cargo.toml --- crates/egui_extras/Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 }