mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
feat: add code detection support
This commit is contained in:
parent
149e72802c
commit
e674e0a0ec
2 changed files with 50 additions and 23 deletions
|
@ -22,7 +22,7 @@ tauri-plugin-updater = "2.3.0"
|
|||
tauri-plugin-dialog = "2.2.0"
|
||||
tauri-plugin-fs = "2.2.0"
|
||||
tauri-plugin-clipboard = "2.1.11"
|
||||
tauri-plugin-prevent-default = "1.0.0"
|
||||
tauri-plugin-prevent-default = "1.0.1"
|
||||
tauri-plugin-global-shortcut = "2.2.0"
|
||||
sqlx = { version = "0.8.2", features = ["runtime-tokio-native-tls", "sqlite", "chrono"] }
|
||||
serde = { version = "1.0.216", features = ["derive"] }
|
||||
|
@ -43,6 +43,8 @@ chrono = { version = "0.4.39", features = ["serde"] }
|
|||
uuid = "1.11.0"
|
||||
active-win-pos-rs = "0.8.3"
|
||||
include_dir = "0.7.4"
|
||||
hyperpolyglot = { git = "https://github.com/0pandadev/hyperpolyglot" }
|
||||
applications = { git = "https://github.com/HuakunShen/applications-rs", branch = "dev" }
|
||||
|
||||
[features]
|
||||
custom-protocol = ["tauri/custom-protocol"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue