window-shadows

Chat Server

Add native shadows to your windows.

Platform-specific

Example

```rs use windowshadows::setshadow;

[cfg(any(windows, target_os = "macos"))]

set_shadow(&window, true).unwrap(); ```

Screenshots

| Windows | macOS | | :---: | :---: | | ![Windows screenshot](./screenshots/windows.png) | ![macOS screenshot](./screenshots/macOS.png) |