Crates.io | window-shadows |
lib.rs | window-shadows |
version | 0.2.2 |
source | src |
created_at | 2022-03-05 17:00:19.51108 |
updated_at | 2023-10-17 15:57:33.174953 |
description | Add native shadows to your windows. |
homepage | |
repository | https://github.com/tauri-apps/tauri-plugin-shadows |
max_upload_size | |
id | 544123 |
size | 1,239,969 |
Add native shadows to your windows.
use window_shadows::set_shadow;
#[cfg(any(windows, target_os = "macos"))]
set_shadow(&window, true).unwrap();
Windows | macOS |
---|---|