package updates

This commit is contained in:
PandaDEV 2024-08-24 11:54:20 +10:00
parent 9e0f609880
commit 4a827c8fea
No known key found for this signature in database
GPG key ID: 13EFF9BAF70EE75C
3 changed files with 214 additions and 124 deletions

View file

@ -7,17 +7,17 @@ edition = "2021"
rust-version = "1.70"
[build-dependencies]
tauri-build = { version = "2.0.0-rc.1", features = [] }
tauri-build = { version = "2.0.0-rc.6", features = [] }
[dependencies]
tauri = { version = "2.0.0-rc.1", features = ["tray-icon", "image-png"] }
tauri = { version = "2.0.0-rc.6", features = ["tray-icon", "image-png"] }
tauri-plugin-sql = {version = "2.0.0-rc.0", features = ["sqlite"] }
tauri-plugin-clipboard = "2.1.6"
tauri-plugin-autostart = "2.0.0-rc.0"
tauri-plugin-os = "2.0.0-rc.0"
tauri-plugin-updater = "2.0.0-rc.0"
tauri-plugin-updater = "2.0.0-rc.1"
tauri-plugin-dialog = "2.0.0-rc.0"
tauri-plugin-prevent-default = "0.3.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"] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["full"] }