window-shadows

Chat Server

Add native shadows to your windows.

Platform-specific

Example

```rs use windowshadows::setshadow;

set_shadow(&window, true).expect("Unsupported platform!"); ```

Screenshots

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