Przeglądaj źródła

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

ealmloff 1 rok temu
rodzic
commit
60ee82942c
1 zmienionych plików z 1 dodań i 0 usunięć
  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"]