1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 23:00:04 -04:00

Use workspace dependencies for the egui crates

This commit is contained in:
Emil Ernerfeldt
2024-02-01 20:23:11 +01:00
parent 948db61a8a
commit 00cd671ad8
31 changed files with 58 additions and 48 deletions

View File

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