mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fixed paste now also supports files and images
This commit is contained in:
parent
75583ac6ce
commit
dfa1f4a729
8 changed files with 182 additions and 82 deletions
|
@ -10,12 +10,17 @@ rust-version = "1.70"
|
|||
tauri-build = { version = "2.0.0-rc.6", features = [] }
|
||||
|
||||
[dependencies]
|
||||
tauri = { version = "2.0.0-rc.6", features = [ "macos-private-api", "tray-icon", "image-png"] }
|
||||
tauri-plugin-sql = {version = "2.0.0-rc.0", features = ["sqlite"] }
|
||||
tauri = { version = "2.0.0-rc.6", features = [
|
||||
"macos-private-api",
|
||||
"tray-icon",
|
||||
"image-png",
|
||||
] }
|
||||
tauri-plugin-sql = { version = "2.0.0-rc.0", features = ["sqlite"] }
|
||||
tauri-plugin-autostart = "2.0.0-rc.0"
|
||||
tauri-plugin-os = "2.0.0-rc.0"
|
||||
tauri-plugin-updater = "2.0.0-rc.1"
|
||||
tauri-plugin-dialog = "2.0.0-rc.0"
|
||||
tauri-plugin-fs = "2.0.0-rc.0"
|
||||
tauri-plugin-clipboard = "2.1.6"
|
||||
tauri-plugin-prevent-default = "0.4.0"
|
||||
sqlx = { version = "0.8.0", features = ["runtime-tokio-native-tls", "sqlite"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue