window-shadows 0.2.0

Add native shadows to your windows.
Documentation

window-shadows

Chat Server

Add native shadows to your windows.

Platform-specific

  • Windows: On Windows 11, the window will also have rounded corners.
  • macOS: Shadows are always disabled for transparent windows.
  • Linux: Unsupported, Shadows are controlled by the compositor installed on the end-user system.

Example

use window_shadows::set_shadow;

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

Screenshots

Windows macOS
Windows screenshot macOS screenshot