Skip to content

Commit

Permalink
Upgrade ndk to stable 0.8 release; upgrade glutin to 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Oct 24, 2023
1 parent 7e66cce commit d601d26
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions android_native_surface/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ crate-type = ["cdylib"]

[dependencies]
android_logger = "0.13"
glutin = "0.30"
glutin = { version = "0.31", default-features = false, features = ["egl"] }
jni = "0.21"
log = "0.4"
ndk = { version = "0.7", features = ["api-level-28"] }
ndk = { version = "0.8", default-features = false, features = ["api-level-28", "rwh_05"] }
raw-window-handle = "0.5"
rustix = { version = "0.38", default-features = false, features = ["std", "pipe", "stdio"] }

[build-dependencies]
gl_generator = "0.14"

[patch.crates-io]
# Latest main branch including surface_texture bindings
ndk = { git = "https://github.com/rust-mobile/ndk", rev = "9f72ec3" }

0 comments on commit d601d26

Please sign in to comment.