Forward Wry's devtools, and dox flags

This commit is contained in:
Evan Almloff 2023-08-31 15:43:26 -05:00
parent 1ba6ca39e3
commit 9ae6b46e20

View file

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