1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Use more workspace dependencies (#7596)

This commit is contained in:
Emil Ernerfeldt
2025-10-07 15:07:16 +02:00
committed by GitHub
parent 7fc80d8623
commit 843ceea90c
36 changed files with 92 additions and 154 deletions

View File

@@ -23,10 +23,7 @@ eframe = { workspace = true, default-features = false, features = [
"x11",
"wgpu",
] }
env_logger = { version = "0.10", default-features = false, features = [
"auto-color",
"humantime",
] }
env_logger = { workspace = true, features = ["auto-color", "humantime"] }
# This is normally enabled by eframe/default, which is not being used here
# because of accesskit, as mentioned above
winit = { workspace = true, features = ["default"] }