bevy/examples/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
..
clear_color.rs Spawn now takes a Bundle (#6054) 2022-09-23 19:55:54 +00:00
low_power.rs Base Sets (#7466) 2023-02-06 03:10:08 +00:00
multiple_windows.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
scale_factor_override.rs Windows as Entities (#5589) 2023-01-19 00:38:28 +00:00
transparent_window.rs Transparent window on macos (#7617) 2023-03-04 14:51:23 +00:00
window_resizing.rs Fix some more typos (#7767) 2023-02-20 23:36:28 +00:00
window_settings.rs update winit to 0.28 (#7480) 2023-02-03 16:41:39 +00:00