implemented new image saving

This commit is contained in:
pandadev 2024-07-18 14:57:29 +02:00
parent 720f10bdbe
commit 08f79ece60
No known key found for this signature in database
GPG key ID: C39629DACB8E762F
9 changed files with 198 additions and 128 deletions

View file

@ -13,7 +13,6 @@ tauri-build = { version = "2.0.0-beta.18", features = [] }
tauri = { version = "2.0.0-beta.23", features = ["tray-icon", "image-png"] }
tauri-plugin-sql = {version = "2.0.0-beta.8", features = ["sqlite"] }
tauri-plugin-clipboard-manager = "2.1.0-beta.5"
tauri-plugin-global-shortcut = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-autostart = "2.0.0-beta.8"
tauri-plugin-os = "2.0.0-beta.7"
sqlx = { version = "0.7.4", features = ["runtime-tokio-native-tls", "sqlite"] }
@ -27,4 +26,6 @@ arboard = "3.4.0"
image = "0.25.1"
reqwest = { version = "0.12.5", features = ["blocking"] }
url = "2.5.2"
regex = "1"
regex = "1"
sha2 = "0.10.6"
lazy_static = "1.4.0"