# window-shadows
[](https://crates.io/crates/window-shadows) [](https://docs.rs/window-shadows/) 
[](https://discord.gg/SpmNs4S)
Add native shadows to your windows.
## Platform-specific
- **Linux**: Unsupported, Shadows are controlled by the compositor installed on the end-user system.
## Example
```rs
use window_shadows::set_shadow;
set_shadow(&window, true).expect("Unsupported platform!");
```