mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 23:13:13 -04:00
Use workspace dependencies for the egui crates
This commit is contained in:
@@ -9,10 +9,10 @@ publish = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
eframe = { path = "../../crates/eframe", features = [
|
||||
eframe = { workspace = true, features = [
|
||||
"__screenshot", # __screenshot is so we can dump a screenshot using EFRAME_SCREENSHOT_TO
|
||||
] }
|
||||
egui_plot = { path = "../../crates/egui_plot" }
|
||||
egui_plot.workspace = true
|
||||
env_logger = { version = "0.10", default-features = false, features = [
|
||||
"auto-color",
|
||||
"humantime",
|
||||
|
||||
Reference in New Issue
Block a user