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.5.0-beta.0 (2023-08-15)
4+
35- ** Breaking:** Regenerate against NDK ` 25.2.9519653 ` with ` rust-bindgen 0.66.0 ` . (#324 , #370 )
46
57# 0.4.1 (2022-11-23)
Original file line number Diff line number Diff line change 11[package ]
22name = " ndk-sys"
3- version = " 0.4.1+23.1.7779620 " # Current source contains 25.2.9519653
3+ version = " 0.5.0-beta.0+ 25.2.9519653"
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.8.0-beta.0 (2023-08-15)
4+
35- event: Add ` tool_type ` getter for ` Pointer ` . (#323 )
46- input_queue: Allow any non-zero return code from ` pre_dispatch() ` again, as per documentation. (#325 )
57- asset: Use entire asset length when mapping buffer. (#387 )
1820- ** Breaking:** media_codec: Add support for asynchronous notification callbacks. (#410 )
1921- Add panic guards to callbacks. (#412 )
2022- looper: Add ` remove_fd() ` to unregister events/callbacks for a file descriptor. (#416 )
23+ - ** Breaking:** Upgrade to [ ` ndk-sys 0.5.0 ` ] ( ../ndk-sys/CHANGELOG.md#050-beta0-2023-08-15 ) . (#420 )
2124
2225# 0.7.0 (2022-07-24)
2326
Original file line number Diff line number Diff line change 11[package ]
22name = " ndk"
3- version = " 0.7 .0"
3+ version = " 0.8.0-beta .0"
44authors = [" The Rust Windowing contributors" ]
55edition = " 2021"
66description = " Safe Rust bindings to the Android NDK"
@@ -45,7 +45,7 @@ optional = true
4545[dependencies .ffi ]
4646package = " ndk-sys"
4747path = " ../ndk-sys"
48- version = " 0.4 .0"
48+ version = " 0.5.0-beta .0"
4949
5050[package .metadata .docs .rs ]
5151features = [" jni" , " all" ]
You can’t perform that action at this time.
0 commit comments