@@ -243,22 +243,14 @@ to fill this role for now.
243
243
The upgrade to winit 0.25.0 brings with it a slew of bufixes, a couple of new
244
244
features, and a single breaking change to
245
245
[ ` WindowBuilderExtMacOS::with_activation_policy ` ] , which has been replaced by
246
- [ ` EventLoopExtMacOS::set_activation_policy ` ] .
247
-
248
- Notable new features include [ ` Window::drag_window ` ] , [ ` Window::is_maximized ` ] , and
249
- a default menu bar on macOS. We also fixed a couple of long-standing bugs in winit
250
- on Windows that we're sure many of you have noticed. In fact, one of them is
251
- displayed in the gif at the top of this section: sometimes, the "wait" cursor would
252
- be displayed upon the initial creation of the window, even though there was nothing
253
- to "wait" for. For a full list of changes, refer to [ winit's changelog] .
246
+ [ ` EventLoopExtMacOS::set_activation_policy ` ] . For a full list of changes, refer
247
+ to [ winit's changelog] .
254
248
255
249
[ glutin ] : https://github.com/rust-windowing/glutin
256
250
[ winit ] : https://github.com/rust-windowing/winit
257
251
[ @maroider ] : https://github.com/maroider
258
252
[ `WindowBuilderExtMacOS::with_activation_policy` ] : https://docs.rs/winit/0.24.0/x86_64-apple-darwin/winit/platform/macos/trait.WindowBuilderExtMacOS.html#tymethod.with_activation_policy
259
253
[ `EventLoopExtMacOS::set_activation_policy` ] : https://docs.rs/winit/0.25.0/x86_64-apple-darwin/winit/platform/macos/trait.EventLoopExtMacOS.html#tymethod.set_activation_policy
260
- [ `Window::drag_window` ] : https://docs.rs/winit/0.25.0/x86_64-apple-darwin/winit/window/struct.Window.html#method.drag_window
261
- [ `Window::is_maximized` ] : https://docs.rs/winit/0.25.0/x86_64-apple-darwin/winit/window/struct.Window.html#method.is_maximized
262
254
[ winit's changelog ] : https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md#0250-2021-05-15
263
255
264
256
### [ wgpu] family re-union
0 commit comments