mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Use workspace dependencies for the egui crates
This commit is contained in:
@@ -55,7 +55,7 @@ wayland = ["winit/wayland", "bytemuck"]
|
||||
x11 = ["winit/x11", "bytemuck"]
|
||||
|
||||
[dependencies]
|
||||
egui = { path = "../egui", default-features = false, features = ["log"] }
|
||||
egui = { workspace = true, default-features = false, features = ["log"] }
|
||||
log = { version = "0.4", features = ["std"] }
|
||||
raw-window-handle.workspace = true
|
||||
web-time.workspace = true
|
||||
|
||||
Reference in New Issue
Block a user