feat: add code detection support

This commit is contained in:
PandaDEV 2024-12-16 23:39:28 +10:00
parent 149e72802c
commit e674e0a0ec
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
2 changed files with 50 additions and 23 deletions

View file

@ -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"]