Skip to content

Commit 469d855

Browse files
committed
Refine content and add "help wanted" section
1 parent 0967647 commit 469d855

File tree

1 file changed

+23
-7
lines changed

1 file changed

+23
-7
lines changed

content/news/023/index.md

+23-7
Original file line numberDiff line numberDiff line change
@@ -227,31 +227,47 @@ projects. Pure Rust Vulkan allocators with support for erupt have been released.
227227
### [glutin] (and [winit])
228228

229229
![Animated image showing a window that is opened with a spinning cursor on top](winit-bug-1.gif)
230-
_This cursor may be waiting in vain, but your patience shall be rewarded._
230+
_This cursor may be waiting [in vain], but your patience shall be rewarded._
231231

232232
[glutin] is a low-level library for OpenGL context creation, written in pure Rust.
233233
[glutin] uses and re-exports [winit], which handles window creation and management,
234234
as well as various input devices.
235235

236-
glutin 0.27.0 makes glutin use the latest version of winit (0.25.0), which was
237-
released around a month prior to glutin 0.27.0. Usually, we try to keep glutin
238-
synced with winit, but we couldn't quite manage to do it this time since the person
239-
who'd usually take responsibility for releasing a new version of glutin was
240-
unavailable, and no-one had the role of "back-up releaser". [@maroider] has offered
241-
to fill this role for now.
236+
This month, glutin 0.27.0 was released, which makes glutin use the latest version
237+
of winit (0.25.0), which was released around a month prior to glutin 0.27.0. Usually,
238+
we try to keep glutin synced with winit, but we couldn't quite manage to do it this
239+
time since the person who'd usually take responsibility for releasing a new version
240+
of glutin was unavailable, and no-one had the role of "back-up releaser".
241+
[@maroider] has offered to fill this role for now.
242242

243243
The upgrade to winit 0.25.0 brings with it a slew of bufixes, a couple of new
244244
features, and a single breaking change to
245245
[`WindowBuilderExtMacOS::with_activation_policy`], which has been replaced by
246246
[`EventLoopExtMacOS::set_activation_policy`]. For a full list of changes, refer
247247
to [winit's changelog].
248248

249+
------
250+
251+
The departure and disappearance of a couple of maintainers has left winit in need
252+
of someone knowledgeable with X11 in order to review pull requests and address
253+
various issues. Other backends also need some more love, but X11 is the most
254+
pressing.
255+
256+
We could also use more helping hands in general, in anything from mapping out
257+
platform differences and triaging bugs to reviewing PRs and tackling outstanding
258+
issues. We'd also be happy to have you even if all you do is answer platform-specific
259+
questions for us. If you're interested, come say hi in our [matrix] channel or on
260+
any of the [other services] we've bridged with matrix.
261+
262+
[in vain]: https://github.com/rust-windowing/winit/issues/1682
249263
[glutin]: https://github.com/rust-windowing/glutin
250264
[winit]: https://github.com/rust-windowing/winit
251265
[@maroider]: https://github.com/maroider
252266
[`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
253267
[`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
254268
[winit's changelog]: https://github.com/rust-windowing/winit/blob/master/CHANGELOG.md#0250-2021-05-15
269+
[matrix]: https://matrix.to/#/#Glutin:matrix.org
270+
[other services]: https://github.com/rust-windowing/winit#contact-us
255271

256272
### [wgpu] family re-union
257273

0 commit comments

Comments
 (0)