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:
@@ -9,8 +9,10 @@ edition = "2018"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
egui = { git = "https://github.com/emilk/emigui", features = ["with_serde"] }
|
||||
egui_web = { git = "https://github.com/emilk/emigui" }
|
||||
# egui = { git = "https://github.com/emilk/emigui", features = ["with_serde"] }
|
||||
egui = { path = "../egui", features = ["with_serde"] }
|
||||
# egui_web = { git = "https://github.com/emilk/emigui" }
|
||||
egui_web = { path = "../egui_web" }
|
||||
js-sys = "0.3"
|
||||
serde = { version = "1", features = ["derive"] }
|
||||
serde_json = "1"
|
||||
|
||||
Reference in New Issue
Block a user