Evan Almloff 3 éve
szülő
commit
9be8cc503f
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -85,7 +85,7 @@ serde_json = "1.0.79"
 rand = { version = "0.8.4", features = ["small_rng"] }
 tokio = { version = "1.16.1", features = ["full"] }
 reqwest = { version = "0.11.9", features = ["json"] }
-dioxus = { path = ".", features = ["desktop", "ssr", "fermi", "tui"] }
+dioxus = { path = ".", features = ["desktop", "ssr", "router", "fermi", "tui"] }
 fern = { version = "0.6.0", features = ["colored"] }
 criterion = "0.3.5"
 thiserror = "1.0.30"