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

Fix egui_extras chonos dependency list

This commit is contained in:
Emil Ernerfeldt
2023-05-23 13:30:54 +02:00
parent bb252e2788
commit b07a675439

View File

@@ -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",
] }