add tauri controls

This commit is contained in:
Ren Amamiya
2023-07-29 15:42:44 +07:00
parent aca17f104e
commit 996ba3f82d
5 changed files with 73 additions and 15 deletions

View File

@@ -30,6 +30,7 @@ tauri-plugin-notification = { git = "https://github.com/tauri-apps/plugins-works
tauri-plugin-app = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-process = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-os = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
tauri-plugin-window = { git = "https://github.com/tauri-apps/plugins-workspace", branch = "v2" }
sqlx-cli = { version = "0.7.0", default-features = false, features = [
"sqlite",
] }