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

11
src-tauri/Cargo.lock generated
View File

@@ -2585,6 +2585,7 @@ dependencies = [
"tauri-plugin-stronghold",
"tauri-plugin-updater",
"tauri-plugin-upload",
"tauri-plugin-window",
]
[[package]]
@@ -5040,6 +5041,16 @@ dependencies = [
"tokio-util",
]
[[package]]
name = "tauri-plugin-window"
version = "2.0.0-alpha.0"
source = "git+https://github.com/tauri-apps/plugins-workspace?branch=v2#6f01bc11ab5be762d6cbe0ca924f15cdde47ce0d"
dependencies = [
"serde",
"tauri",
"thiserror",
]
[[package]]
name = "tauri-runtime"
version = "0.13.0-alpha.6"