Explorar el Código

Merge pull request #1412 from ealmloff/forward-devtools-feature

Forward Wry's devtools, dox and linux-body flags
Jonathan Kelley hace 1 año
padre
commit
65828d0c2a
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/desktop/Cargo.toml

+ 2 - 1
packages/desktop/Cargo.toml

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