Add native shadows to your windows.
```rs use windowshadows::setshadow;
set_shadow(&window, true).expect("Unsupported platform!"); ```