Skip to content

Commit

Permalink
Bump ndk/ndk-glue to 0.7 (#685)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aceeri authored Aug 2, 2022
1 parent 417b7ff commit 9b7bb33
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 @@ -22,7 +22,7 @@ ringbuf = "0.2"
clap = { version = "3.1", default-features = false, features = ["std"] }

[target.'cfg(target_os = "android")'.dev-dependencies]
ndk-glue = "0.6"
ndk-glue = "0.7"

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.37", features = ["Win32_Media_Audio", "Win32_Foundation", "Win32_System_Com", "Win32_Devices_Properties", "Win32_Media_KernelStreaming", "Win32_System_Com_StructuredStorage", "Win32_System_Ole", "Win32_System_Threading", "Win32_Security", "Win32_System_SystemServices", "Win32_System_WindowsProgramming", "Win32_Media_Multimedia", "Win32_UI_Shell_PropertiesSystem"]}
Expand Down Expand Up @@ -58,7 +58,7 @@ web-sys = { version = "0.3.35", features = [ "AudioContext", "AudioContextOption

[target.'cfg(target_os = "android")'.dependencies]
oboe = { version = "0.4", features = [ "java-interface" ] }
ndk = "0.6"
ndk = "0.7"
ndk-context = "0.1"
jni = "0.19"

Expand Down

0 comments on commit 9b7bb33

Please sign in to comment.