mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
new clipboard handler which can detect more types
This commit is contained in:
parent
b29fd82105
commit
7ab1d8936a
6 changed files with 346 additions and 334 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue