mirror of
https://github.com/0PandaDEV/Qopy.git
synced 2025-04-21 21:24:05 +02:00
fix: aptabase plugin dependency not found
This commit is contained in:
parent
2d3732b2f2
commit
81db3e5f79
2 changed files with 2 additions and 2 deletions
|
@ -24,8 +24,7 @@ tauri-plugin-fs = "2.2.0"
|
|||
tauri-plugin-clipboard = "2.1.11"
|
||||
tauri-plugin-prevent-default = "1.0.2"
|
||||
tauri-plugin-global-shortcut = "2.2.0"
|
||||
# tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" }
|
||||
tauri-plugin-aptabase = { path = "C:\\Users\\pandadev\\Documents\\Developer\\Rust\\tauri-plugin-aptabase" }
|
||||
tauri-plugin-aptabase = { git = "https://github.com/0PandaDEV/tauri-plugin-aptabase", branch = "v2" }
|
||||
sqlx = { version = "0.8.3", features = [
|
||||
"runtime-tokio-native-tls",
|
||||
"sqlite",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue