windows_applicationmodel 0.1.0 windows_applicationmodel: ^0.1.0 copied to clipboard
Provides access to WinRT APIs from the Windows.ApplicationModel namespace using FFI.
0.1.0 #
Note: This release has breaking changes.
- FEAT: provide better error messages on
WindowsException
s (#291). (c06493cf) - BREAKING FIX: getters that return collection objects are now nullable (#297). (6e0c8148)
- BREAKING FIX: some Vector type arguments are now nullable (#286). (36eef7ae)
- BREAKING FEAT: methods with
out
parameters now return aRecord
(#299). (35ebf6f1)
0.0.1 #
- Initial version.