🐛 Resolve the issue of closing full screen on Mac.

This commit is contained in:
Tw93
2024-09-11 20:36:42 +08:00
parent 45211922b9
commit 0151686a18
3 changed files with 30 additions and 3 deletions

15
src-tauri/Cargo.lock generated
View File

@@ -73,6 +73,7 @@ dependencies = [
"tauri-build",
"tauri-plugin-oauth",
"tauri-plugin-window-state",
"tokio",
]
[[package]]
@@ -4145,11 +4146,25 @@ dependencies = [
"libc",
"mio",
"num_cpus",
"parking_lot",
"pin-project-lite",
"signal-hook-registry",
"socket2",
"tokio-macros",
"windows-sys 0.48.0",
]
[[package]]
name = "tokio-macros"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.65",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"