You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update `tao` to version `0.22` which has removed the global-shortcut, menus and tray features, see [[email protected] release](https://github.com/tauri-apps/tao/releases/tag/tao-v0.22.0).
Copy file name to clipboardExpand all lines: README.md
+1-7
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,6 @@ Tao uses [gtk-rs](https://gtk-rs.org/) and its related libraries for window crea
81
81
82
82
```bash
83
83
sudo pacman -S webkit2gtk-4.1
84
-
sudo pacman -S libappindicator-gtk3 # For tray feature
85
84
```
86
85
87
86
The `libayatana-indicator` package can be installed from the Arch User Repository (AUR).
@@ -90,17 +89,12 @@ The `libayatana-indicator` package can be installed from the Arch User Repositor
90
89
91
90
```bash
92
91
sudo apt install libwebkit2gtk-4.1-dev
93
-
# For tray feature, choose one of following package
94
-
sudo apt install libayatana-appindicator3-dev
95
-
sudo apt install libappindicator3-dev
96
92
```
97
93
98
94
#### Fedora
99
95
100
96
```bash
101
97
sudo dnf install gtk3-devel webkit2gtk4.1-devel
102
-
# For tray feature
103
-
sudo dnf install libappindicator-gtk3-devel
104
98
```
105
99
106
100
Fedora does not have the Ayatana package yet, so you need to use the GTK one, see the [feature flags documentation](https://docs.rs/wry/latest/wry/#feature-flags).
@@ -121,7 +115,7 @@ WebView2 provided by Microsoft Edge Chromium is used. So wry supports Windows 7,
121
115
122
116
### Android / iOS
123
117
124
-
Wry supports mobile with the help of [`tauri-mobile`](https://github.com/tauri-apps/tauri-mobile) CLI to create template project. If you are interested in playing or hacking it, please follow [MOBILE.md](MOBILE.md).
118
+
Wry supports mobile with the help of [`tauri-mobile`](https://github.com/tauri-apps/tauri-mobile) CLI to create template project. If you are interested in playing or hacking it, please follow [MOBILE.md](MOBILE.md).
125
119
126
120
If you wish to create Android project yourself, there are a few kotlin files that are needed to run wry on Android and you have to set the following environment variables:
0 commit comments