mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Use workspace dependencies for the egui crates
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -48,6 +48,18 @@ opt-level = 2
|
||||
|
||||
|
||||
[workspace.dependencies]
|
||||
emath = { version = "0.25.0", path = "crates/emath", default-features = false }
|
||||
ecolor = { version = "0.25.0", path = "crates/ecolor", default-features = false }
|
||||
epaint = { version = "0.25.0", path = "crates/epaint", default-features = false }
|
||||
egui = { version = "0.25.0", path = "crates/egui", default-features = false }
|
||||
egui_plot = { version = "0.25.0", path = "crates/egui_plot", default-features = false }
|
||||
egui-winit = { version = "0.25.0", path = "crates/egui-winit", default-features = false }
|
||||
egui_extras = { version = "0.25.0", path = "crates/egui_extras", default-features = false }
|
||||
egui-wgpu = { version = "0.25.0", path = "crates/egui-wgpu", default-features = false }
|
||||
egui_demo_lib = { version = "0.25.0", path = "crates/egui_demo_lib", default-features = false }
|
||||
egui_glow = { version = "0.25.0", path = "crates/egui_glow", default-features = false }
|
||||
eframe = { version = "0.25.0", path = "crates/eframe", default-features = false }
|
||||
|
||||
criterion = { version = "0.5.1", default-features = false }
|
||||
glow = "0.13"
|
||||
puffin = "0.19"
|
||||
|
||||
Reference in New Issue
Block a user