bevy/crates/bevy_window
François 57bf771f9a Transparent window on macos (#7617)
# Objective

- Example `transparent_window` doesn't display a transparent window on macOS
- Fixes #6330

## Solution

- Set the `composite_alpha_mode` of the window to the correct value
- Update docs
2023-03-04 14:51:23 +00:00
..
src Transparent window on macos (#7617) 2023-03-04 14:51:23 +00:00
Cargo.toml Derive Reflect + FromReflect for window event types (#6235) 2022-12-09 01:20:44 +00:00