winit/src
Kirill Chibisov 8ef9fe44c7
Add WindowBuilder::transparent
This is required to help hardware accelerated libraries like glutin
that accept WindowBuilder instead of RawWindowHandle, since the api
to access builder properties directly was removed.

Follow up to 44288f6.
2022-06-12 09:53:28 +03:00
..
platform Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
platform_impl Fix macOS 32bit (#2327) 2022-06-11 03:43:51 +02:00
dpi.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
event_loop.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
icon.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
lib.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
monitor.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
window.rs Add WindowBuilder::transparent 2022-06-12 09:53:28 +03:00