Skip to content

Releases: microsoft/windows-rs

0.30.0

13 Jan 17:32
5e37e9f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.29.0...0.30.0

0.29.0

18 Dec 03:12
cdcf566
Compare
Choose a tag to compare
  • Update win32 metadata (1387)
  • Feature and doc generation for windows-sys (1381)
  • New windows-bindgen for simpler code generation (1379)
  • Simplify and unify underlying types (1368)
  • Callbacks now consistently use Option (1344)
  • Reduce crate size by limiting Xaml bindings (1341)
  • Other small improvements and fixes

0.28.0

17 Nov 15:31
3ba8e57
Compare
Choose a tag to compare
  • Prefer type aliases for the windows-sys crate (1331)
  • Minor improvements to simplify windows-sys adoption (1332)
  • Fix readme (#1333)

0.27.0

15 Nov 22:15
60f36d0
Compare
Choose a tag to compare
  • Introduce windows-sys crate (1310) - here's a comparison
  • Simpler const representation for GUIDs (1306)
  • std and alloc improvements (1309)
  • Rename runtime to core to make room for the windows-sys crate (1311)
  • Other small improvements and fixes

0.26.0

10 Nov 18:45
1446996
Compare
Choose a tag to compare
  • no_std support by default (use the std feature to enable use of the standard library)
  • Updated Win32 metadata (mostly DirectX namespaces have been reorganized for improved compile time)
  • Other small improvements and fixes