mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 13:50:05 -04:00
android: bump to ndk 0.9.0 and android-activity 0.6.0
This commit is contained in:
committed by
Kirill Chibisov
parent
1682703b5c
commit
ce32a3024e
@@ -102,9 +102,8 @@ softbuffer = { version = "0.4.0", default-features = false, features = [
|
|||||||
] }
|
] }
|
||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
android-activity = "0.5.0"
|
android-activity = "0.6.0"
|
||||||
ndk = { version = "0.8.0", default-features = false }
|
ndk = { version = "0.9.0", default-features = false }
|
||||||
ndk-sys = "0.5.0"
|
|
||||||
|
|
||||||
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
|
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
|
||||||
core-foundation = "0.9.3"
|
core-foundation = "0.9.3"
|
||||||
|
|||||||
@@ -91,6 +91,8 @@ changelog entry.
|
|||||||
- On macOS, return `HandleError::Unavailable` when a window handle is not available.
|
- On macOS, return `HandleError::Unavailable` when a window handle is not available.
|
||||||
- On Windows, remove `WS_CAPTION`, `WS_BORDER`, and `WS_EX_WINDOWEDGE` styles
|
- On Windows, remove `WS_CAPTION`, `WS_BORDER`, and `WS_EX_WINDOWEDGE` styles
|
||||||
for child windows without decorations.
|
for child windows without decorations.
|
||||||
|
- On Android, bump `ndk` to `0.9.0` and `android-activity` to `0.6.0`,
|
||||||
|
and remove unused direct dependency on `ndk-sys`.
|
||||||
|
|
||||||
### Deprecated
|
### Deprecated
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user