mirror of https://github.com/yewstack/yew
Add paths for yew dependencies (#2265)
This commit is contained in:
parent
8246827030
commit
cf0f59af55
|
@ -18,7 +18,7 @@ js-sys = "0.3"
|
|||
serde = { version = "1", features = ["derive"] }
|
||||
slab = "0.4"
|
||||
wasm-bindgen = "0.2"
|
||||
yew = { version = "0.19.3" }
|
||||
yew = { version = "0.19.3", path = "../yew" }
|
||||
wasm-bindgen-futures = "0.4"
|
||||
|
||||
[dependencies.web-sys]
|
||||
|
|
|
@ -14,8 +14,8 @@ repository = "https://github.com/yewstack/yew"
|
|||
wasm_test = []
|
||||
|
||||
[dependencies]
|
||||
yew = { version = "0.19.3", default-features= false }
|
||||
yew-router-macro = { version = "0.16.0" }
|
||||
yew = { version = "0.19.3", path = "../yew", default-features= false }
|
||||
yew-router-macro = { version = "0.16.0", path = "../yew-router-macro" }
|
||||
gloo-utils = "0.1"
|
||||
|
||||
wasm-bindgen = "0.2"
|
||||
|
|
Loading…
Reference in New Issue