Bump versions of ndk to 0.6, ndk-sys to 0.3, ndk-glue to 0.6 (#2163)

This commit is contained in:
David Ackerman 2022-02-01 05:14:36 +06:00 committed by GitHub
parent 9229e2d88b
commit f93f2c158b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 3 deletions

View file

@ -36,9 +36,9 @@ image = "0.23.12"
simple_logger = "1.9"
[target.'cfg(target_os = "android")'.dependencies]
ndk = "0.5"
ndk-sys = "0.2.0"
ndk-glue = "0.5"
ndk = "0.6"
ndk-sys = "0.3"
ndk-glue = "0.6"
[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
objc = "0.2.7"