File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 2020 - uses : actions/checkout@v2
2121 - uses : dtolnay/rust-toolchain@stable
2222 with :
23- target : aarch64-linux-android
23+ target : ${{ matrix.crate.target }}
2424 - name : Publish ${{ matrix.crate.name }}
2525 continue-on-error : true
2626 run : cargo publish --manifest-path ${{ matrix.crate.name }}/Cargo.toml --target ${{ matrix.crate.target }} --token ${{ secrets.cratesio_token }}
Original file line number Diff line number Diff line change 11# Unreleased
22
3- # 0.5.0-beta.0 (2023-08 -15)
3+ # 0.5.0 (2023-10 -15)
44
55- ** Breaking:** Regenerate against NDK ` 25.2.9519653 ` with ` rust-bindgen 0.66.0 ` . (#324 , #370 )
66- Add ` font ` , ` font_matcher ` , ` system_fonts ` bindings. (#397 )
Original file line number Diff line number Diff line change 11[package ]
22name = " ndk-sys"
3- version = " 0.5.0-beta.0 +25.2.9519653"
3+ version = " 0.5.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)
3+ # 0.8.0 (2023-10 -15)
44
55- event: Add ` tool_type ` getter for ` Pointer ` . (#323 )
66- input_queue: Allow any non-zero return code from ` pre_dispatch() ` again, as per documentation. (#325 )
2323- Add panic guards to callbacks. (#412 )
2424- looper: Add ` remove_fd() ` to unregister events/callbacks for a file descriptor. (#416 )
2525- ** Breaking:** Use ` BorrowedFd ` and ` OwnedFd ` to clarify possible ownership transitions. (#417 )
26- - ** Breaking:** Upgrade to [ ` ndk-sys 0.5.0 ` ] ( ../ndk-sys/CHANGELOG.md#050-beta0- 2023-08 -15 ) . (#420 )
26+ - ** Breaking:** Upgrade to [ ` ndk-sys 0.5.0 ` ] ( ../ndk-sys/CHANGELOG.md#050-2023-10 -15 ) . (#420 )
2727- Add bindings for ` sync.h ` . (#423 )
2828- ** Breaking:** bitmap: Provide detailed implementation for ` AndroidBitmapInfoFlags ` . (#424 )
2929- native_window: Add ` set_buffers_transform() ` , ` try_allocate_buffers() ` and ` set_frame_rate*() ` . (#425 )
Original file line number Diff line number Diff line change 11[package ]
22name = " ndk"
3- version = " 0.8.0-beta.0 "
3+ version = " 0.8.0"
44authors = [" The Rust Mobile contributors" ]
55edition = " 2021"
66description = " Safe Rust bindings to the Android NDK"
@@ -50,7 +50,7 @@ optional = true
5050[dependencies .ffi ]
5151package = " ndk-sys"
5252path = " ../ndk-sys"
53- version = " 0.5.0-beta.0 "
53+ version = " 0.5.0"
5454
5555[dev-dependencies ]
5656# Only for use in documentation and doc-tests
You can’t perform that action at this time.
0 commit comments