File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 11# Unreleased
22
3+ # 0.6.0 (2024-04-26)
4+
35- Generate against upstream NDK build ` 11769913 ` . (#471 )
46- Add ` nativewindow ` feature to link against ` libnativewindow ` . (#465 )
57
Original file line number Diff line number Diff line change 11[package ]
22name = " ndk-sys"
3- version = " 0.5 .0+11769913"
3+ version = " 0.6 .0+11769913"
44authors = [" The Rust Windowing contributors" ]
55edition = " 2021"
66description = " FFI bindings for the Android NDK"
Original file line number Diff line number Diff line change 11# Unreleased
22
3+ # 0.9.0 (2024-04-26)
4+
35- Move ` MediaFormat ` from ` media::media_codec ` to its own ` media::media_format ` module. (#442 )
46- media_format: Expose ` MediaFormat::copy() ` and ` MediaFormat::clear() ` from API level 29. (#449 )
57- ** Breaking:** media_format: Mark all ` fn set_*() ` and ` fn str() ` as taking ` self ` by ` &mut ` . (#452 )
2729- ** Breaking:** audio: Merge ` AudioResult ` variant enum into ` AudioError ` . (#467 )
2830- data_space: Add missing ` DataSpaceRange::Unspecified ` variant. (#468 )
2931- ** Breaking:** looper: Require ` Send ` marker when adding fd event callbacks on ` ForeignLooper ` . (#469 )
32+ - ** Breaking:** Upgrade to [ ` ndk-sys 0.6.0 ` ] ( ../ndk-sys/CHANGELOG.md#060-2024-04-26 ) . (#472 )
3033
3134# 0.8.0 (2023-10-15)
3235
Original file line number Diff line number Diff line change 11[package ]
22name = " ndk"
3- version = " 0.8 .0"
3+ version = " 0.9 .0"
44authors = [" The Rust Mobile contributors" ]
55edition = " 2021"
66description = " Safe Rust bindings to the Android NDK"
@@ -53,7 +53,7 @@ optional = true
5353[dependencies .ffi ]
5454package = " ndk-sys"
5555path = " ../ndk-sys"
56- version = " 0.5 .0"
56+ version = " 0.6 .0"
5757
5858[dev-dependencies ]
5959# Only for use in documentation and doc-tests
You can’t perform that action at this time.
0 commit comments