0.45.0
版本发布时间: 2023-01-21 08:19:30
microsoft/windows-rs最新发布版本:0.60.0(2024-09-25 19:49:31)
As a reminder, updates are only published by request (#2299). This release provides an update to the windows-sys
crate. It does not include an update to the windows
crate.
This is the first update to the windows-sys
crate in 4 months and primarily includes a number of fixes stemming from improvements to the Win32 metadata. Optional support for raw-dylib
is now also provided.
What's Changed
- Remove field
cfg
attribute queries by @kennykerr in https://github.com/microsoft/windows-rs/pull/2280 - Only show visible windows and include x/y in output by @jessemcdowell in https://github.com/microsoft/windows-rs/pull/2284
- Linux build support by @kennykerr in https://github.com/microsoft/windows-rs/pull/2290
- Slices should use default (optional) type by @kennykerr in https://github.com/microsoft/windows-rs/pull/2293
- Version 0.45 by @kennykerr in https://github.com/microsoft/windows-rs/pull/2299
New Contributors
- @jessemcdowell made their first contribution in https://github.com/microsoft/windows-rs/pull/2284
Changelog for windows-sys
crate: https://github.com/microsoft/windows-rs/compare/0.42.0...0.45.0