mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-31 22:00:04 -04:00
Fix ndk deps versions
This commit is contained in:
@@ -70,9 +70,9 @@ softbuffer = "0.3.0"
|
|||||||
|
|
||||||
[target.'cfg(target_os = "android")'.dependencies]
|
[target.'cfg(target_os = "android")'.dependencies]
|
||||||
# Coordinate the next winit release android-activity 0.5 release
|
# Coordinate the next winit release android-activity 0.5 release
|
||||||
android-activity = "0.5.0-beta.1"
|
android-activity = "=0.5.0-beta.1"
|
||||||
ndk = "0.8.0-beta.0"
|
ndk = "=0.8.0-beta.0"
|
||||||
ndk-sys = "0.5.0-beta.0"
|
ndk-sys = "=0.5.0-beta.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"
|
||||||
|
|||||||
Reference in New Issue
Block a user