new clipboard handler which can detect more types

This commit is contained in:
pandadev 2024-08-09 16:53:52 +02:00
parent b29fd82105
commit 7ab1d8936a
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
6 changed files with 346 additions and 334 deletions

View file

@ -7,12 +7,12 @@ edition = "2021"
rust-version = "1.70"
[build-dependencies]
tauri-build = { version = "2.0.0-rc.0", features = [] }
tauri-build = { version = "2.0.0-rc.1", features = [] }
[dependencies]
tauri = { version = "2.0.0-rc.0", features = ["tray-icon", "image-png"] }
tauri = { version = "2.0.0-rc.1", features = ["tray-icon", "image-png"] }
tauri-plugin-sql = {version = "2.0.0-rc.0", features = ["sqlite"] }
tauri-plugin-clipboard-manager = "2.0.0-rc.0"
tauri-plugin-clipboard = "2.1.6"
tauri-plugin-autostart = "2.0.0-rc.0"
tauri-plugin-os = "2.0.0-rc.0"
tauri-plugin-updater = "2.0.0-rc.0"
@ -25,7 +25,6 @@ serde_json = "1.0"
rdev = "0.5.3"
rand = "0.8"
base64 = "0.22.1"
arboard = "3.4.0"
image = "0.25.1"
reqwest = { version = "0.12.5", features = ["blocking"] }
url = "2.5.2"