Skip to content

Commit

Permalink
android: bump to ndk 0.9.0 and android-activity 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 authored and rib committed Jun 5, 2024
1 parent bf68f63 commit 052af28
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,8 @@ winit = { path = ".", features = ["rwh_05"] }
softbuffer = "0.3.0"

[target.'cfg(target_os = "android")'.dependencies]
android-activity = "0.5.0"
ndk = { version = "0.8.0", default-features = false }
ndk-sys = "0.5.0"
android-activity = "0.6.0"
ndk = { version = "0.9.0", default-features = false }

[target.'cfg(any(target_os = "ios", target_os = "macos"))'.dependencies]
core-foundation = "0.9.3"
Expand Down

0 comments on commit 052af28

Please sign in to comment.