mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-26 22:20:19 +00:00
try fix CI test
This commit is contained in:
parent
83d428b853
commit
7d0c098a61
1 changed files with 2 additions and 2 deletions
|
@ -34,9 +34,9 @@ dioxus-ssr = { path = "../ssr" }
|
|||
dioxus-desktop = { path = "../desktop" }
|
||||
|
||||
[target.'cfg(target_family = "wasm")'.dev-dependencies]
|
||||
console_error_panic_hook = "0.1.7"
|
||||
dioxus-router = { path = ".", features = ["web"] }
|
||||
dioxus-web = { path= "../web" }
|
||||
|
||||
[target.'cfg(feature = "wasm_test")'.dev-dependencies]
|
||||
gloo = "0.8.0"
|
||||
wasm-bindgen-test = "0.3.33"
|
||||
wasm-logger = "0.2.0"
|
||||
|
|
Loading…
Reference in a new issue