windows_graphics 0.2.0
windows_graphics: ^0.2.0 copied to clipboard
Provides access to WinRT APIs from the Windows.Graphics namespace using FFI.
0.2.0 #
Note: This release has breaking changes.
- REFACTOR: refactor enum projections (#338). (8b2830c6)
- REFACTOR: refactor the projection of
PassArraystyle array parameters (#326). (ca45f924) - REFACTOR: refactor parameter projections (#325). (6774c4f8)
- FEAT: the constructors of the struct classes are now
const(#331). (c0ec409d) - FEAT: support
WinRTStructtype arguments inIReference(#312). (d8468adf) - BREAKING FEAT: wrap struct fields (#322). (a2094b38)
0.1.0 #
Note: This release has breaking changes.
- FEAT(windows_media): add
MediaCaptureAPIs (#301). (81584de7) - FEAT: provide better error messages on
WindowsExceptions (#291). (c06493cf) - FEAT: support
WinRTStructtype arguments in Vectors (#289). (486f0de9) - 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
outparameters now return aRecord(#299). (35ebf6f1)
0.0.4 #
0.0.2 #
- Add
DisplayAdapterIdandSizeInt32structs (#193)
0.0.1 #
- Initial version.