diff --git a/crates/bevy_window/src/window.rs b/crates/bevy_window/src/window.rs index 3ebb9311c56ef5..4c31937ef1472c 100644 --- a/crates/bevy_window/src/window.rs +++ b/crates/bevy_window/src/window.rs @@ -914,10 +914,8 @@ pub struct WindowDescriptor { /// /// ## Platform-specific /// - iOS / Android / Web: Unsupported. - /// - macOS X: Not working as expected. - /// - Windows 11: Not working as expected - /// macOS X transparent works with winit out of the box, so this issue might be related to: - /// Windows 11 is related to + /// - macOS: Not working as expected. See [Bevy #6330](https://github.com/bevyengine/bevy/issues/6330). + /// - Linux (Wayland): Not working as expected. See [Bevy #5779](https://github.com/bevyengine/bevy/issues/5779). pub transparent: bool, /// The "html canvas" element selector. ///