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.
Version Updates
Merging this PR will release new versions of the following packages based on your change files.
tao
[0.29.0]
Window::request_user_attention
not taking effect after minimizing the window by clicking the taskbar icon #947 by @muwoo) FixWindow::request_user_attention
not taking effect after minimizing the window by clicking the taskbar iconEventLoopWindowTargetExtUnix::gtk_app
getter.BadIcon::DimensionsZero
error variant inIcon::from_rgba
if one of the passed icon dimensions is zero.BadIcon::DimensionsZero
error variant inIcon::from_rgba
if one of the passed icon dimensions is zero.BadIcon::DimensionsMultiplyOverflow
error variant inIcon::from_rgba
if dimensions multiplication overflowed.ndk 0.9
and fix thread-safety interactions #956 by @MarijnS95) Breaking change: Upgradendk
crate to0.9
andndk-sys
crate to0.6
. Types from thendk
crate are used in public API surface.Breaking change: Change
NativeKeyCode::Android(u32)
type to usei32
, which is the native type used by all Android API.Breaking change: The
setup
function passed toandroid_binding!()
must now take a&ThreadLooper
instead of&ForeignLooper
, matching thewry
change in chore(deps): Upgrade tondk 0.9
and delete unusedndk-sys
/ndk-context
dependencies wry#1296.WindowExtUnix::new_from_gtk_window
.