mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
Forward Wry's devtools, and dox flags
This commit is contained in:
parent
1ba6ca39e3
commit
9ae6b46e20
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,8 @@ default = ["tokio_runtime", "hot-reload"]
|
|||
tokio_runtime = ["tokio"]
|
||||
fullscreen = ["wry/fullscreen"]
|
||||
transparent = ["wry/transparent"]
|
||||
tray = ["wry/tray"]
|
||||
devtools = ["wry/devtools"]
|
||||
dox = ["wry/dox"]
|
||||
hot-reload = ["dioxus-hot-reload"]
|
||||
|
||||
[dev-dependencies]
|
||||
|
|
Loading…
Reference in a new issue