mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 22:53:14 -04:00
Emilk/revert workspace deps (#3942)
* Closes https://github.com/emilk/egui/issues/3941 Workspace dependencies can be annoying. If you don't set them to `default-features=false`, then you cannot opt out of their default features anywhere else, and get warnings if you try. So you set `default-features=false`, and then you need to manually opt in to the default features everywhere else. Or, as in my case, don't. I don't have the energy to do this tonight, so I'll just revert.
This commit is contained in:
12
Cargo.toml
12
Cargo.toml
@@ -48,18 +48,6 @@ 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