Преглед на файлове

enable the web renderer in the PWA example

Evan Almloff преди 1 година
родител
ревизия
afc1c7f31a
променени са 1 файла, в които са добавени 1 реда и са изтрити 2 реда
  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"