1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 22:53:14 -04:00

Format Cargo.toml

This commit is contained in:
Emil Ernerfeldt
2023-05-22 21:32:05 +02:00
parent 45826999ac
commit 7583a44e32

View File

@@ -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 }