mirror of
https://github.com/emilk/egui.git
synced 2026-08-29 04:40:03 -04:00
Move all crates into a crates directory (#1940)
This commit is contained in:
@@ -9,6 +9,6 @@ publish = false
|
||||
|
||||
|
||||
[dependencies]
|
||||
eframe = { path = "../../eframe" }
|
||||
egui_extras = { path = "../../egui_extras", features = ["image"] }
|
||||
eframe = { path = "../../crates/eframe" }
|
||||
egui_extras = { path = "../../crates/egui_extras", features = ["image"] }
|
||||
itertools = "0.10.3"
|
||||
|
||||
Reference in New Issue
Block a user