Sfoglia il codice sorgente

restore the tray feature in the desktop crate (#1475)

ealmloff 1 anno fa
parent
commit
60ee82942c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/desktop/Cargo.toml

+ 1 - 0
packages/desktop/Cargo.toml

@@ -56,6 +56,7 @@ tokio_runtime = ["tokio"]
 fullscreen = ["wry/fullscreen"]
 transparent = ["wry/transparent"]
 devtools = ["wry/devtools"]
+tray = ["wry/tray"]
 dox = ["wry/dox"]
 hot-reload = ["dioxus-hot-reload"]