mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-22 20:23:09 +00:00
enable the web renderer in the PWA example
This commit is contained in:
parent
160cde7b48
commit
afc1c7f31a
1 changed files with 1 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue