enable the web renderer in the PWA example

This commit is contained in:
Evan Almloff 2024-05-28 14:06:27 -05:00 committed by GitHub
parent 160cde7b48
commit afc1c7f31a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"