Bump ndk and ndk-glue dependencies to stable 0.7.0 release (#2392)

This commit is contained in:
Marijn Suijten
2022-07-25 15:20:31 +02:00
committed by GitHub
parent 08d025968e
commit 5a0bad130d
3 changed files with 10 additions and 9 deletions

View File

@@ -75,6 +75,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Windows, fix focus events being sent to inactive windows.
- **Breaking**, update `raw-window-handle` to `v0.5` and implement `HasRawDisplayHandle` for `Window` and `EventLoopWindowTarget`.
- On X11, add function `register_xlib_error_hook` into `winit::platform::unix` to subscribe for errors comming from Xlib.
- On Android, upgrade `ndk` and `ndk-glue` dependencies to the recently released `0.7.0`.
# 0.26.1 (2022-01-05)