1
0
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:
Amirhossein Akhlaghpour
2023-05-22 21:03:06 +03:30
committed by GitHub
parent b758e9dbf0
commit 7195645a1a
2 changed files with 2 additions and 2 deletions

View File

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