You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hardware_buffer: Add id() to retrieve a system-wide unique identifier for a HardwareBuffer. (#428)
Breaking: bitmap: Strip Android prefix from structs and enums, and Bitmap from Result. (#430)
Breaking:raw-window-handle 0.5 support is now behind an optionalrwh_05 crate feature and raw-window-handle0.4 and 0.6 support is provided via the new rwh_04 and (default-enabled) rwh_06 crate features. (#434)
Breaking: looper: Provide event value to file descriptor poll callback. (#435)
Breaking:HardwareBufferFormat is no longer exported from hardware_buffer and native_window, and can only be reached through the hardware_buffer_format module. (#436)
Breaking:get_ prefixes have been removed from all public functions in light of the C-GETTER convention. (#437)
Add DataSpace type and relevant functions on Bitmap and NativeWindow. (#438)
bitmap: Add Bitmap::compress() and Bitmap::compress_raw() functions. (#440)
Breaking: Turn BitmapError into a non_exhaustiveenum. (#440)
Breaking: audio: Rename AudioErrorResult to AudioResult and turn into a non_exhaustiveenum. (#441)