Explorar o código

enable the web renderer in the PWA example

Evan Almloff hai 1 ano
pai
achega
afc1c7f31a
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  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"