Ver Fonte

enable the web renderer in the PWA example

Evan Almloff há 1 ano atrás
pai
commit
afc1c7f31a
1 ficheiros alterados com 1 adições e 2 exclusões
  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"