Skip to content

Commit

Permalink
Format Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 22, 2023
1 parent 4582699 commit 7583a44
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion crates/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand Down

0 comments on commit 7583a44

Please sign in to comment.