Skip to content

Commit

Permalink
Bump ndk 0.2 -> 0.3
Browse files Browse the repository at this point in the history
Bump ndk-glue 0.2 -> 0.3
  • Loading branch information
maxded committed Mar 5, 2021
1 parent 09a78b5 commit eaf4018
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ web-sys = { version = "0.3.35", features = [ "AudioContext", "AudioContextOption

[target.'cfg(target_os = "android")'.dependencies]
oboe = { version = "0.4.0", features = [ "java-interface" ] }
ndk = "0.2"
ndk-glue = "0.2"
ndk = "0.3"
ndk-glue = "0.3"
jni = "0.18"

[[example]]
Expand Down

0 comments on commit eaf4018

Please sign in to comment.