mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 06:10:06 -04:00
Add taplo.toml for toml formatting (#7618)
This commit is contained in:
@@ -83,12 +83,7 @@ profiling.workspace = true
|
||||
serde = { workspace = true, optional = true }
|
||||
|
||||
# Date operations needed for datepicker widget
|
||||
chrono = { workspace = true, optional = true, features = [
|
||||
"clock",
|
||||
"js-sys",
|
||||
"std",
|
||||
"wasmbind",
|
||||
] }
|
||||
chrono = { workspace = true, optional = true, features = ["clock", "js-sys", "std", "wasmbind"] }
|
||||
|
||||
## Enable this when generating docs.
|
||||
document-features = { workspace = true, optional = true }
|
||||
|
||||
Reference in New Issue
Block a user