Skip to content

Commit

Permalink
disable ndk default features (#824)
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf authored Jan 27, 2024
1 parent 802073d commit 5a96f6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ web-sys = { version = "0.3.35", features = [ "AudioContext", "AudioContextOption

[target.'cfg(target_os = "android")'.dependencies]
oboe = { version = "0.5", features = [ "java-interface" ] }
ndk = "0.8"
ndk = { version = "0.8", default-features = false }
ndk-context = "0.1"
jni = "0.19"

Expand Down

0 comments on commit 5a96f6e

Please sign in to comment.