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

Revert unrelated change

This commit is contained in:
Emil Ernerfeldt
2025-07-01 13:52:36 +02:00
parent 6ec4c9df71
commit fba9e3a998

View File

@@ -52,7 +52,6 @@ chrono = { version = "0.4", default-features = false, features = [
] }
eframe = { workspace = true, default-features = false, features = [
"web_screen_reader",
"wayland",
] }
egui = { workspace = true, features = ["callstack", "default", "log"] }
egui_demo_lib = { workspace = true, features = ["default", "chrono"] }