mirror of
https://github.com/emilk/egui.git
synced 2026-09-03 07:10:04 -04:00
chore: disable default feature for chrono (#2993)
This commit is contained in:
committed by
GitHub
parent
b758e9dbf0
commit
7195645a1a
@@ -29,7 +29,7 @@ wgpu = ["eframe/wgpu", "bytemuck"]
|
||||
|
||||
|
||||
[dependencies]
|
||||
chrono = { version = "0.4", features = ["js-sys", "wasmbind"] }
|
||||
chrono = { version = "0.4", default-features = false, features = ["js-sys", "wasmbind"] }
|
||||
eframe = { version = "0.21.0", path = "../eframe", default-features = false }
|
||||
egui = { version = "0.21.0", path = "../egui", features = [
|
||||
"extra_debug_asserts",
|
||||
|
||||
Reference in New Issue
Block a user