mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 23:00:04 -04:00
[build] use path dependencies in all Cargo.toml
This commit is contained in:
@@ -6,10 +6,9 @@ license = "MIT OR Apache-2.0"
|
||||
edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
egui = { path = "../egui", features = ["with_serde"] }
|
||||
|
||||
chrono = { version = "0.4" }
|
||||
clipboard = "0.5"
|
||||
egui = { path = "../egui", features = ["with_serde"] }
|
||||
glium = "0.27"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
|
||||
Reference in New Issue
Block a user