support devv

This commit is contained in:
Tw93
2024-02-05 18:04:18 +08:00
parent 2bd8d9228a
commit 453275e062
4 changed files with 15 additions and 0 deletions

13
src-tauri/Cargo.lock generated
View File

@@ -71,6 +71,7 @@ dependencies = [
"serde_json",
"tauri",
"tauri-build",
"tauri-plugin-oauth",
"tauri-plugin-window-state",
]
@@ -3544,6 +3545,18 @@ dependencies = [
"tauri-utils",
]
[[package]]
name = "tauri-plugin-oauth"
version = "0.0.0-alpha.0"
source = "git+https://github.com/FabianLars/tauri-plugin-oauth?branch=main#50dadbf4a81cba51f625587b7722892f0b4316a6"
dependencies = [
"httparse",
"log",
"serde",
"tauri",
"url",
]
[[package]]
name = "tauri-plugin-window-state"
version = "0.1.0"