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

@ -11,7 +11,7 @@
},
"dependencies": {
"@tauri-apps/api": "^2.0.0-rc.0",
"@tauri-apps/cli": "^2.0.0-rc.1",
"@tauri-apps/cli": "^2.0.0-rc.3",
"@tauri-apps/plugin-autostart": "^2.0.0-rc.0",
"@tauri-apps/plugin-clipboard-manager": "^2.0.0-rc.0",
"@tauri-apps/plugin-os": "^2.0.0-rc.0",
@ -21,6 +21,6 @@
"overlayscrollbars": "^2.10.0",
"overlayscrollbars-vue": "^0.5.9",
"sass": "^1.77.8",
"vue": "3.4.35"
"vue": "3.4.37"
}
}