-
Notifications
You must be signed in to change notification settings - Fork 585
Description
Hi all,
While most of this already got discussed in #1720, after that issue got closed another 6 versions got released on crates.io, 3 of which were in September alone. Since this crate is becoming one of the staple crates of the Rust ecosystem on windows it's becoming quite a burden to keep updating the entire ecosystem every time a windows-rs release comes out.
By now, quite a few fundamental crates rely on this library, things like winit, tao, tauri, cpal and for windows-sys, parking_lot, mio, uuid etc. All of these are rather divided now about which windows version they should be on.
Since the regular C/C++ windows api barely changes these days (or at least, the fundamentals are more or less fixed), it seems rather counterintuitive that this crate needs so much releases.
I understand that this crate is mostly still getting into shape and settling in, however, it feels like it's maybe time for a slower, more consistent release schedule for this crate? Maybe pushing out a new release every quarter (if needed) or something to that effect?