The menu bar supports rich operations

This commit is contained in:
Tw93
2025-12-08 14:13:48 +08:00
parent 194d82a1c5
commit 2767fc1b94
6 changed files with 301 additions and 47 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "pake"
version = "3.1.2"
version = "3.5.4"
description = "🤱🏻 Turn any webpage into a desktop app with Rust."
authors = ["Tw93"]
license = "MIT"
@@ -15,20 +15,21 @@ crate-type = ["staticlib", "cdylib", "lib"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[build-dependencies]
tauri-build = { version = "2.5.0", features = [] }
tauri-build = { version = "2.5.3", features = [] }
[dependencies]
serde_json = "1.0.145"
serde = { version = "1.0.228", features = ["derive"] }
tokio = { version = "1.48.0", features = ["full"] }
tauri = { version = "2.9.0", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
tauri-plugin-window-state = "2.4.0"
tauri = { version = "2.9.4", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
tauri-plugin-window-state = "2.4.1"
tauri-plugin-oauth = "2.0.0"
tauri-plugin-http = "2.5.2"
tauri-plugin-global-shortcut = { version = "2.3.0" }
tauri-plugin-shell = "2.3.1"
tauri-plugin-single-instance = "2.3.4"
tauri-plugin-notification = "2.3.1"
tauri-plugin-http = "2.5.4"
tauri-plugin-global-shortcut = { version = "2.3.1" }
tauri-plugin-shell = { version = "2.3.3" }
tauri-plugin-opener = { version = "2.5.2" }
tauri-plugin-single-instance = "2.3.6"
tauri-plugin-notification = "2.3.3"
[features]
# this feature is used for development builds from development cli