Răsfoiți Sursa

enable the web renderer in the PWA example

Evan Almloff 1 an în urmă
părinte
comite
afc1c7f31a
1 a modificat fișierele cu 1 adăugiri și 2 ștergeri
  1. 1 2
      examples/PWA-example/Cargo.toml

+ 1 - 2
examples/PWA-example/Cargo.toml

@@ -8,8 +8,7 @@ publish = false
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-dioxus = { workspace = true }
-dioxus-web = { workspace = true }
+dioxus = { workspace = true, features = ["web"] }
 
 log = "0.4.6"