Selaa lähdekoodia

enable the web renderer in the PWA example

Evan Almloff 1 vuosi sitten
vanhempi
commit
afc1c7f31a
1 muutettua tiedostoa jossa 1 lisäystä ja 2 poistoa
  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"