Skip to content

Commit

Permalink
Remove unused yew-router dependencies. (#2320)
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Dec 31, 2021
1 parent b8d9461 commit a36ccfc
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions packages/yew-router/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,18 @@ wasm_test = []
[dependencies]
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"
js-sys = "0.3"
gloo = { version = "0.5", features = ["futures"] }
route-recognizer = "0.3"
serde = "1"
serde_urlencoded = "0.7"
serde-wasm-bindgen = "0.3.1"
thiserror = "1.0.30"

[dependencies.web-sys]
version = "0.3"
features = [
"Attr",
"Document",
"History",
"HtmlBaseElement",
"Event",
"NamedNodeMap",
"Url",
"UrlSearchParams",
"Window",
]

Expand Down

0 comments on commit a36ccfc

Please sign in to comment.