mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
[build] use path dependencies in all Cargo.toml
This commit is contained in:
@@ -9,14 +9,13 @@ edition = "2018"
|
||||
crate-type = ["cdylib", "rlib"]
|
||||
|
||||
[dependencies]
|
||||
egui = { path = "../egui", features = ["with_serde"] }
|
||||
js-sys = "0.3"
|
||||
parking_lot = "0.11"
|
||||
serde = "1"
|
||||
serde_json = "1"
|
||||
wasm-bindgen = "0.2"
|
||||
|
||||
egui = { path = "../egui", features = ["with_serde"] }
|
||||
|
||||
[dependencies.web-sys]
|
||||
version = "0.3"
|
||||
features = [
|
||||
|
||||
Reference in New Issue
Block a user