mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 14:44:12 +00:00
fix(desktop): makes release build working
This commit is contained in:
parent
fe1279a1c5
commit
09b1d379d7
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ serde = "1.0.136"
|
|||
serde_json = "1.0.79"
|
||||
thiserror = "1.0.30"
|
||||
log = "0.4.14"
|
||||
wry = { version = "0.16.0" }
|
||||
wry = { version = "0.16.0", features = ["devtools"] }
|
||||
futures-channel = "0.3.21"
|
||||
tokio = { version = "1.16.1", features = [
|
||||
"sync",
|
||||
|
|
Loading…
Reference in a new issue