window-shadows

Chat Server

Add native shadows to your windows.

Platform-specific

Example

```rs use windowshadows::setshadow;

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