Skip to content

Commit

Permalink
Fix egui_extras chonos dependency list
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed May 23, 2023
1 parent bb252e2 commit b07a675
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/egui_extras/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
] }

Expand Down

0 comments on commit b07a675

Please sign in to comment.