Skip to content
Snippets Groups Projects
Unverified Commit 4df6571a authored by GyDi's avatar GyDi
Browse files

chore: update deps

parent 0f5923a1
No related branches found
No related tags found
No related merge requests found
...@@ -58,9 +58,9 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6" ...@@ -58,9 +58,9 @@ checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
[[package]] [[package]]
name = "ashpd" name = "ashpd"
version = "0.2.2" version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7915e26e0786f91768d23de32afafa4ee5e2ea76be21c0ecd8e14441543c1655" checksum = "084a8df12135f75ec7501c7c593b14621d1da962d222127fe72fb6de116aa9eb"
dependencies = [ dependencies = [
"enumflags2", "enumflags2",
"futures", "futures",
...@@ -469,11 +469,11 @@ dependencies = [ ...@@ -469,11 +469,11 @@ dependencies = [
"serde_yaml", "serde_yaml",
"tauri", "tauri",
"tauri-build", "tauri-build",
"tauri-plugin-shadows",
"tauri-plugin-vibrancy",
"tokio", "tokio",
"warp", "warp",
"which", "which",
"window-shadows",
"window-vibrancy",
"winreg 0.10.1", "winreg 0.10.1",
] ]
...@@ -968,7 +968,7 @@ checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98" ...@@ -968,7 +968,7 @@ checksum = "975ccf83d8d9d0d84682850a38c8169027be83368805971cc4f238c2b245bc98"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
"redox_syscall 0.2.10", "redox_syscall 0.2.11",
"winapi", "winapi",
] ]
...@@ -2235,7 +2235,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index" ...@@ -2235,7 +2235,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1" checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [ dependencies = [
"malloc_buf", "malloc_buf",
"objc_exception",
] ]
[[package]] [[package]]
...@@ -2249,15 +2248,6 @@ dependencies = [ ...@@ -2249,15 +2248,6 @@ dependencies = [
"objc_id", "objc_id",
] ]
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
[[package]] [[package]]
name = "objc_id" name = "objc_id"
version = "0.1.1" version = "0.1.1"
...@@ -2412,7 +2402,7 @@ dependencies = [ ...@@ -2412,7 +2402,7 @@ dependencies = [
"cfg-if", "cfg-if",
"instant", "instant",
"libc", "libc",
"redox_syscall 0.2.10", "redox_syscall 0.2.11",
"smallvec", "smallvec",
"winapi", "winapi",
] ]
...@@ -2425,9 +2415,9 @@ checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954" ...@@ -2425,9 +2415,9 @@ checksum = "28141e0cc4143da2443301914478dc976a61ffdb3f043058310c70df2fed8954"
dependencies = [ dependencies = [
"cfg-if", "cfg-if",
"libc", "libc",
"redox_syscall 0.2.10", "redox_syscall 0.2.11",
"smallvec", "smallvec",
"windows-sys", "windows-sys 0.32.0",
] ]
[[package]] [[package]]
...@@ -2844,9 +2834,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" ...@@ -2844,9 +2834,9 @@ checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]] [[package]]
name = "redox_syscall" name = "redox_syscall"
version = "0.2.10" version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff" checksum = "8380fe0152551244f0747b1bf41737e0f8a74f97a14ccefd1148187271634f3c"
dependencies = [ dependencies = [
"bitflags", "bitflags",
] ]
...@@ -2858,7 +2848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" ...@@ -2858,7 +2848,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64" checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
dependencies = [ dependencies = [
"getrandom 0.2.5", "getrandom 0.2.5",
"redox_syscall 0.2.10", "redox_syscall 0.2.11",
] ]
[[package]] [[package]]
...@@ -2955,7 +2945,7 @@ dependencies = [ ...@@ -2955,7 +2945,7 @@ dependencies = [
"wasm-bindgen", "wasm-bindgen",
"wasm-bindgen-futures", "wasm-bindgen-futures",
"web-sys", "web-sys",
"windows 0.30.0", "windows",
] ]
[[package]] [[package]]
...@@ -3437,16 +3427,6 @@ dependencies = [ ...@@ -3437,16 +3427,6 @@ dependencies = [
"unicode-xid", "unicode-xid",
] ]
[[package]]
name = "sys-info"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
dependencies = [
"cc",
"libc",
]
[[package]] [[package]]
name = "system-deps" name = "system-deps"
version = "3.2.0" version = "3.2.0"
...@@ -3493,9 +3473,9 @@ dependencies = [ ...@@ -3493,9 +3473,9 @@ dependencies = [
[[package]] [[package]]
name = "tao" name = "tao"
version = "0.6.2" version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b3b3bbc9151bce45db3cf9ccb808730c8df8786d0223f34591f6e5890503939" checksum = "6c4c62fc16d698750c5c918088c8134c63e8661e65efc608fe614236c59462f4"
dependencies = [ dependencies = [
"bitflags", "bitflags",
"cairo-rs", "cairo-rs",
...@@ -3528,7 +3508,7 @@ dependencies = [ ...@@ -3528,7 +3508,7 @@ dependencies = [
"serde", "serde",
"tao-core-video-sys", "tao-core-video-sys",
"unicode-segmentation", "unicode-segmentation",
"windows 0.30.0", "windows",
"windows_macros", "windows_macros",
"x11-dl", "x11-dl",
] ]
...@@ -3655,28 +3635,6 @@ dependencies = [ ...@@ -3655,28 +3635,6 @@ dependencies = [
"tauri-utils", "tauri-utils",
] ]
[[package]]
name = "tauri-plugin-shadows"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/tauri-plugin-shadows#fac6f42f1cf43329f398871f5564448359458462"
dependencies = [
"cocoa",
"objc",
"tauri",
"windows 0.32.0",
]
[[package]]
name = "tauri-plugin-vibrancy"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/tauri-plugin-vibrancy#561c4fa22c42073239ad37b4b406c303aa91e678"
dependencies = [
"cocoa",
"objc",
"tauri",
"windows 0.32.0",
]
[[package]] [[package]]
name = "tauri-runtime" name = "tauri-runtime"
version = "0.3.2" version = "0.3.2"
...@@ -3693,7 +3651,7 @@ dependencies = [ ...@@ -3693,7 +3651,7 @@ dependencies = [
"thiserror", "thiserror",
"uuid", "uuid",
"webview2-com", "webview2-com",
"windows 0.30.0", "windows",
] ]
[[package]] [[package]]
...@@ -3710,7 +3668,7 @@ dependencies = [ ...@@ -3710,7 +3668,7 @@ dependencies = [
"tauri-utils", "tauri-utils",
"uuid", "uuid",
"webview2-com", "webview2-com",
"windows 0.30.0", "windows",
"wry", "wry",
] ]
...@@ -3748,7 +3706,7 @@ dependencies = [ ...@@ -3748,7 +3706,7 @@ dependencies = [
"cfg-if", "cfg-if",
"fastrand", "fastrand",
"libc", "libc",
"redox_syscall 0.2.10", "redox_syscall 0.2.11",
"remove_dir_all", "remove_dir_all",
"winapi", "winapi",
] ]
...@@ -4365,7 +4323,7 @@ checksum = "bb8e90ac2d9ce39cdb70017aaec641be09fbdd702b7b332b9896d053eb469524" ...@@ -4365,7 +4323,7 @@ checksum = "bb8e90ac2d9ce39cdb70017aaec641be09fbdd702b7b332b9896d053eb469524"
dependencies = [ dependencies = [
"webview2-com-macros", "webview2-com-macros",
"webview2-com-sys", "webview2-com-sys",
"windows 0.30.0", "windows",
"windows_macros", "windows_macros",
] ]
...@@ -4390,7 +4348,7 @@ dependencies = [ ...@@ -4390,7 +4348,7 @@ dependencies = [
"serde", "serde",
"serde_json", "serde_json",
"thiserror", "thiserror",
"windows 0.30.0", "windows",
"windows-bindgen", "windows-bindgen",
] ]
...@@ -4451,6 +4409,28 @@ version = "0.4.0" ...@@ -4451,6 +4409,28 @@ version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "window-shadows"
version = "0.0.0"
source = "git+https://github.com/tauri-apps/window-shadows#72de826498573de6bed48038bbc74a3dbde7460e"
dependencies = [
"cocoa",
"objc",
"raw-window-handle",
"windows-sys 0.33.0",
]
[[package]]
name = "window-vibrancy"
version = "0.1.0"
source = "git+https://github.com/tauri-apps/window-vibrancy#3fd5be20535ec9b595e893b75dc74b6725664852"
dependencies = [
"cocoa",
"objc",
"raw-window-handle",
"windows-sys 0.33.0",
]
[[package]] [[package]]
name = "windows" name = "windows"
version = "0.30.0" version = "0.30.0"
...@@ -4464,19 +4444,6 @@ dependencies = [ ...@@ -4464,19 +4444,6 @@ dependencies = [
"windows_x86_64_msvc 0.30.0", "windows_x86_64_msvc 0.30.0",
] ]
[[package]]
name = "windows"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbedf6db9096bc2364adce0ae0aa636dcd89f3c3f2cd67947062aaf0ca2a10ec"
dependencies = [
"windows_aarch64_msvc 0.32.0",
"windows_i686_gnu 0.32.0",
"windows_i686_msvc 0.32.0",
"windows_x86_64_gnu 0.32.0",
"windows_x86_64_msvc 0.32.0",
]
[[package]] [[package]]
name = "windows-bindgen" name = "windows-bindgen"
version = "0.30.0" version = "0.30.0"
...@@ -4500,6 +4467,19 @@ dependencies = [ ...@@ -4500,6 +4467,19 @@ dependencies = [
"windows_x86_64_msvc 0.32.0", "windows_x86_64_msvc 0.32.0",
] ]
[[package]]
name = "windows-sys"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43dbb096663629518eb1dfa72d80243ca5a6aca764cae62a2df70af760a9be75"
dependencies = [
"windows_aarch64_msvc 0.33.0",
"windows_i686_gnu 0.33.0",
"windows_i686_msvc 0.33.0",
"windows_x86_64_gnu 0.33.0",
"windows_x86_64_msvc 0.33.0",
]
[[package]] [[package]]
name = "windows_aarch64_msvc" name = "windows_aarch64_msvc"
version = "0.30.0" version = "0.30.0"
...@@ -4512,6 +4492,12 @@ version = "0.32.0" ...@@ -4512,6 +4492,12 @@ version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5" checksum = "d8e92753b1c443191654ec532f14c199742964a061be25d77d7a96f09db20bf5"
[[package]]
name = "windows_aarch64_msvc"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd761fd3eb9ab8cc1ed81e56e567f02dd82c4c837e48ac3b2181b9ffc5060807"
[[package]] [[package]]
name = "windows_gen" name = "windows_gen"
version = "0.30.0" version = "0.30.0"
...@@ -4534,6 +4520,12 @@ version = "0.32.0" ...@@ -4534,6 +4520,12 @@ version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615" checksum = "6a711c68811799e017b6038e0922cb27a5e2f43a2ddb609fe0b6f3eeda9de615"
[[package]]
name = "windows_i686_gnu"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab0cf703a96bab2dc0c02c0fa748491294bf9b7feb27e1f4f96340f208ada0e"
[[package]] [[package]]
name = "windows_i686_msvc" name = "windows_i686_msvc"
version = "0.30.0" version = "0.30.0"
...@@ -4546,6 +4538,12 @@ version = "0.32.0" ...@@ -4546,6 +4538,12 @@ version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172" checksum = "146c11bb1a02615db74680b32a68e2d61f553cc24c4eb5b4ca10311740e44172"
[[package]]
name = "windows_i686_msvc"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cfdbe89cc9ad7ce618ba34abc34bbb6c36d99e96cae2245b7943cd75ee773d0"
[[package]] [[package]]
name = "windows_macros" name = "windows_macros"
version = "0.30.0" version = "0.30.0"
...@@ -4582,6 +4580,12 @@ version = "0.32.0" ...@@ -4582,6 +4580,12 @@ version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc" checksum = "c912b12f7454c6620635bbff3450962753834be2a594819bd5e945af18ec64bc"
[[package]]
name = "windows_x86_64_gnu"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4dd9b0c0e9ece7bb22e84d70d01b71c6d6248b81a3c60d11869451b4cb24784"
[[package]] [[package]]
name = "windows_x86_64_msvc" name = "windows_x86_64_msvc"
version = "0.30.0" version = "0.30.0"
...@@ -4594,6 +4598,12 @@ version = "0.32.0" ...@@ -4594,6 +4598,12 @@ version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316" checksum = "504a2476202769977a040c6364301a3f65d0cc9e3fb08600b2bda150a0488316"
[[package]]
name = "windows_x86_64_msvc"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff1e4aa646495048ec7f3ffddc411e1d829c026a2ec62b39da15c1055e406eaa"
[[package]] [[package]]
name = "winreg" name = "winreg"
version = "0.7.0" version = "0.7.0"
...@@ -4623,9 +4633,9 @@ dependencies = [ ...@@ -4623,9 +4633,9 @@ dependencies = [
[[package]] [[package]]
name = "wry" name = "wry"
version = "0.13.2" version = "0.13.3"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "620bfe8ed3cde9310f32a69ffc654dfd8dae4ac5a0e08d6fbf0205a996fc7f0f" checksum = "9514586e5c964d30cc7123c9aea9880ff7b3cb1c43f6a1dc8703941eb72ac89f"
dependencies = [ dependencies = [
"cocoa", "cocoa",
"core-graphics", "core-graphics",
...@@ -4641,14 +4651,13 @@ dependencies = [ ...@@ -4641,14 +4651,13 @@ dependencies = [
"once_cell", "once_cell",
"serde", "serde",
"serde_json", "serde_json",
"sys-info",
"tao", "tao",
"thiserror", "thiserror",
"url", "url",
"webkit2gtk", "webkit2gtk",
"webkit2gtk-sys", "webkit2gtk-sys",
"webview2-com", "webview2-com",
"windows 0.30.0", "windows",
"windows_macros", "windows_macros",
] ]
......
...@@ -22,8 +22,8 @@ serde_json = "1.0" ...@@ -22,8 +22,8 @@ serde_json = "1.0"
serde_yaml = "0.8" serde_yaml = "0.8"
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.0.0-rc.3", features = ["shell-all", "system-tray", "updater", "window-all"] } tauri = { version = "1.0.0-rc.3", features = ["shell-all", "system-tray", "updater", "window-all"] }
tauri-plugin-shadows = { git = "https://github.com/tauri-apps/tauri-plugin-shadows", features = ["tauri-impl"] } window-shadows = { git = "https://github.com/tauri-apps/window-shadows" }
tauri-plugin-vibrancy = { git = "https://github.com/tauri-apps/tauri-plugin-vibrancy", features = ["tauri-impl"] } window-vibrancy = { git = "https://github.com/tauri-apps/window-vibrancy" }
reqwest = { version = "0.11", features = ["json"] } reqwest = { version = "0.11", features = ["json"] }
tokio = { version = "1", features = ["full"] } tokio = { version = "1", features = ["full"] }
......
...@@ -58,12 +58,12 @@ fn resolve_window(app: &App) { ...@@ -58,12 +58,12 @@ fn resolve_window(app: &App) {
#[cfg(target_os = "windows")] #[cfg(target_os = "windows")]
{ {
use tauri_plugin_shadows::Shadows; use window_shadows::set_shadow;
use tauri_plugin_vibrancy::Vibrancy; use window_vibrancy::apply_blur;
window.set_decorations(false).unwrap(); window.set_decorations(false).unwrap();
window.set_shadow(true); set_shadow(&window, true).unwrap();
window.apply_blur(); apply_blur(&window).unwrap();
} }
#[cfg(target_os = "macos")] #[cfg(target_os = "macos")]
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment