chore(examples): update window-vibrancy and window-shadows

This commit is contained in:
Lucas Nogueira
2022-08-02 18:32:15 -03:00
parent ae83d008f9
commit 75d3d677ae
2 changed files with 13 additions and 22 deletions

View File

@@ -2463,15 +2463,6 @@ dependencies = [
"rand_core 0.5.1",
]
[[package]]
name = "raw-window-handle"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b800beb9b6e7d2df1fe337c9e3d04e3af22a124460fb4c30fcc22c9117cefb41"
dependencies = [
"cty",
]
[[package]]
name = "raw-window-handle"
version = "0.5.0"
@@ -2592,7 +2583,7 @@ dependencies = [
"objc",
"objc-foundation",
"objc_id",
"raw-window-handle 0.5.0",
"raw-window-handle",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
@@ -3082,7 +3073,7 @@ dependencies = [
"parking_lot",
"paste",
"png 0.17.5",
"raw-window-handle 0.5.0",
"raw-window-handle",
"scopeguard",
"serde",
"unicode-segmentation",
@@ -3137,7 +3128,7 @@ dependencies = [
"percent-encoding",
"png 0.17.5",
"rand 0.8.5",
"raw-window-handle 0.5.0",
"raw-window-handle",
"regex",
"reqwest",
"rfd",
@@ -3225,7 +3216,7 @@ dependencies = [
"http",
"http-range",
"infer 0.7.0",
"raw-window-handle 0.5.0",
"raw-window-handle",
"serde",
"serde_json",
"tauri-utils",
@@ -3243,7 +3234,7 @@ dependencies = [
"gtk",
"percent-encoding",
"rand 0.8.5",
"raw-window-handle 0.5.0",
"raw-window-handle",
"tauri-runtime",
"tauri-utils",
"uuid 1.1.2",
@@ -3906,25 +3897,25 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "window-shadows"
version = "0.1.3"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "796156ad1a67853e927727809bb6138ddc1f19ebced0dc976c0d109d5e2576f7"
checksum = "6c69eb48aac2da0199ea148c6f2c2610db8a0572b32a3dc857dec40ca22f1cec"
dependencies = [
"cocoa",
"objc",
"raw-window-handle 0.4.3",
"raw-window-handle",
"windows-sys",
]
[[package]]
name = "window-vibrancy"
version = "0.1.3"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b66a7f578d164c3f53425ecb73241246ed56a7c3383a15e741684c949a88c86"
checksum = "fe43438c9c09f934c647db9a396fc17b047b011bc7a006f0d0712f7cdf516ffa"
dependencies = [
"cocoa",
"objc",
"raw-window-handle 0.4.3",
"raw-window-handle",
"windows-sys",
]

View File

@@ -32,8 +32,8 @@ features = [
]
[target."cfg(target_os = \"windows\")".dependencies]
window-vibrancy = "0.1"
window-shadows= "0.1"
window-vibrancy = "0.2"
window-shadows= "0.2"
[features]
default = [ "custom-protocol" ]