fix(deps): update rust crate ndk to 0.9 - #807
Closed
renovate[bot] wants to merge 1 commit into
Closed
Conversation
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
10 times, most recently
from
October 19, 2023 17:23
2bbf2cc to
8a9eee3
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
5 times, most recently
from
October 29, 2023 14:08
fe1161e to
1e8df48
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
7 times, most recently
from
November 7, 2023 04:23
71e3db4 to
857bd1d
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
4 times, most recently
from
November 17, 2023 06:26
e61a7e7 to
42b031d
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
3 times, most recently
from
November 23, 2023 14:16
aff6676 to
0b42f9f
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
2 times, most recently
from
February 15, 2024 04:27
601ad55 to
465102f
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
3 times, most recently
from
February 21, 2024 13:04
28336f9 to
79bf87a
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
2 times, most recently
from
February 28, 2024 16:08
0abd220 to
be3bcdf
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
6 times, most recently
from
April 1, 2024 14:44
3baaef1 to
52b8e5d
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
2 times, most recently
from
April 3, 2024 15:26
d7b286b to
892c3ba
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
2 times, most recently
from
April 22, 2024 14:02
0c1ace5 to
0138283
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
3 times, most recently
from
May 1, 2024 09:14
fb0ab2d to
bab2de2
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
2 times, most recently
from
May 5, 2024 10:36
62b23a4 to
94b96aa
Compare
renovate
Bot
force-pushed
the
renovate/ndk-0.x
branch
2 times, most recently
from
May 7, 2024 14:28
2099ae2 to
408af80
Compare
Contributor
Package Changes Through 30434ffThere are 1 changes which include tao with patch Planned Package VersionsThe following package releases are the planned based on the context of changes in this pull request.
Add another change file through the GitHub UI by following this link. Read about change files or the docs at github.com/jbolda/covector |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.7->0.9Release Notes
rust-mobile/ndk (ndk)
v0.9.0: ndk v0.9.0Compare Source
MediaFormatfrommedia::media_codecto its ownmedia::media_formatmodule. (#442)MediaFormat::copy()andMediaFormat::clear()from API level 29. (#449)fn set_*()andfn str()as takingselfby&mut. (#452)dyn Fn*types to implementSendwhen the FFI implementation invokes them on a separate thread: (#455)audio::AudioStreamDataCallback;audio::AudioStreamErrorCallback;media::image_reader::BufferRemovedListener;media::image_reader::ImageListener;media::media_codec::ErrorCallback;media::media_codec::FormatChangedCallback;media::media_codec::InputAvailableCallback;media::media_codec::OutputAvailableCallback.Boxed callbacks after registering new ones, instead of before. (#455)from_java()constructor, available since API level 33. (#456)from_java()constructors toKeyEventandMotionEvent, available since API level 31. (#456)Image-acquire functions. (#457)ImageReader::acquire_latest_image_async()unsafeto match the safety requirements onImageReader::acquire_next_image_async(). (#457)SourceClassbitflagand provideSource::class()getter. (#458)bitflagsimplementations consider all (including unknown) bits in negation andall(). (#458)non_exhaustiveand fixreprtypes. (#459)TRANSFORM_prefix fromNativeWindowTransformvariants. (#460)HardwareBufferUsagetobitflags. (#461)BitmapCompressErrorbehind missingapi-level-30feature. (#462)libnativewindowfor most API >= 26 functions. (#465)AudioResultvariant enum intoAudioError. (#467)DataSpaceRange::Unspecifiedvariant. (#468)Sendmarker when adding fd event callbacks onForeignLooper. (#469)ndk-sys 0.6.0. (#472)v0.8.0: ndk v0.8.0Compare Source
tool_typegetter forPointer. (#323)pre_dispatch()again, as per documentation. (#325)raw-window-handle 0.5.1,num_enum'scatch_allwith arbitrary enum discriminants. (#388, #431)jnidependency for doctest example from0.19to0.21. (#390)ndk-sys 0.5.0. (#370)bitflagscrate from1to2. (#394)try_format()toAndroidBitmapInfoto handle unexpected formats without panicking. (#395)Fontbindings. (#397)num_enumcrate from0.5.1to0.7. (#398, #419)media" error types and helpers to a newmedia_errormodule. (#399, #432)MaybeUninitbytes inbuffer_mut(). (#403)lock()to blit raw pixel data. (#404)YCbCr_P010andR8_UNORMvariants. (#405)is_allocated()andopen_file_descriptor()methods. (#409)remove_fd()to unregister events/callbacks for a file descriptor. (#416)BorrowedFdandOwnedFdto clarify possible ownership transitions. (#417)ndk-sys 0.5.0. (#420)sync.h. (#423)AndroidBitmapInfoFlags. (#424)set_buffers_transform(),try_allocate_buffers()andset_frame_rate*(). (#425)ASharedMemory. (#427)id()to retrieve a system-wide unique identifier for aHardwareBuffer. (#428)Androidprefix from structs and enums, andBitmapfromResult. (#430)raw-window-handle 0.5support is now behind an optionalrwh_05crate feature andraw-window-handle0.4and0.6support is provided via the newrwh_04and (default-enabled)rwh_06crate features. (#434)eventvalue to file descriptor poll callback. (#435)HardwareBufferFormatis no longer exported fromhardware_bufferandnative_window, and can only be reached through thehardware_buffer_formatmodule. (#436)get_prefixes have been removed from all public functions in light of the C-GETTER convention. (#437)DataSpacetype and relevant functions onBitmapandNativeWindow. (#438)Bitmap::compress()andBitmap::compress_raw()functions. (#440)BitmapErrorinto anon_exhaustiveenum. (#440)AudioErrorResulttoAudioResultand turn into anon_exhaustiveenum. (#441)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.