Skip to content

Commit d7c2029

Browse files
james7132ProfLander
authored andcommitted
Remove mention of Windows 11 from Window::transparent's docs (bevyengine#7832)
# Objective Fix bevyengine#7544. Update docs for `Window::transparent` regarding Windows 11 platform support. Following the update to winit 0.28, this has been fixed. ## Solution Remove the mention in the docs.
1 parent b930ee0 commit d7c2029

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_window/src/window.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,7 @@ pub struct Window {
130130
/// ## Platform-specific
131131
/// - iOS / Android / Web: Unsupported.
132132
/// - macOS X: Not working as expected.
133-
/// - Windows 11: Not working as expected
134133
/// macOS X transparent works with winit out of the box, so this issue might be related to: <https://github.com/gfx-rs/wgpu/issues/687>
135-
/// Windows 11 is related to <https://github.com/rust-windowing/winit/issues/2082>
136134
pub transparent: bool,
137135
/// Should the window start focused?
138136
pub focused: bool,

0 commit comments

Comments
 (0)