Integrated titlebar windows

This commit is contained in:
Gregory Schier
2024-01-14 16:44:04 -08:00
parent 488d66d248
commit a7ffed9716
10 changed files with 136 additions and 90 deletions

13
src-tauri/Cargo.lock generated
View File

@@ -5328,6 +5328,18 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "window-shadows"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67ff424735b1ac21293b0492b069394b0a189c8a463fb015a16dea7c2e221c08"
dependencies = [
"cocoa 0.25.0",
"objc",
"raw-window-handle",
"windows-sys 0.48.0",
]
[[package]]
name = "windows"
version = "0.37.0"
@@ -5813,6 +5825,7 @@ dependencies = [
"tauri-plugin-window-state",
"tokio",
"uuid",
"window-shadows",
]
[[package]]