🔧 Remove unused dependencies

This commit is contained in:
Tw93
2024-12-09 17:41:36 +08:00
parent 9a6690f08f
commit b1e061bc29
2 changed files with 6 additions and 246 deletions

View File

@@ -23,16 +23,12 @@ serde = { version = "1.0.215", features = ["derive"] }
tauri = { version = "2.1.1", features = ["tray-icon", "image-ico", "image-png", "macos-proxy"] }
tauri-plugin-window-state = "2.0.2"
tauri-plugin-oauth = "2"
tauri-plugin-clipboard-manager = "2.0.2"
tauri-plugin-http = "2.0.3"
[target."cfg(not(any(target_os = \"android\", target_os = \"ios\")))".dependencies]
tauri-plugin-global-shortcut = { version = "2.0.1" }
tauri-plugin-shell = "2.0.0"
tokio = { version = "1", features = ["full"] }
[dev-dependencies]
cargo-bloat = "0.12.1"
[features]
# this feature is used for development builds from development cli
cli-build = []