mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-01 06:10:07 -04:00
Android: bump ndk versions (#1708)
* Bump ndk versions * Update README for new ndk proc attribute * android: add CHANGELOG entry to ndk vesion bump
This commit is contained in:
@@ -37,9 +37,9 @@ image = "0.23"
|
||||
simple_logger = "1.9"
|
||||
|
||||
[target.'cfg(target_os = "android")'.dependencies]
|
||||
ndk = "0.1.0"
|
||||
ndk-sys = "0.1.0"
|
||||
ndk-glue = "0.1.0"
|
||||
ndk = "0.2.0"
|
||||
ndk-sys = "0.2.0"
|
||||
ndk-glue = "0.2.0"
|
||||
|
||||
[target.'cfg(target_os = "ios")'.dependencies]
|
||||
objc = "0.2.3"
|
||||
|
||||
Reference in New Issue
Block a user