rust-mobile / rust-android-examples

Various standalone Rust Android examples
128 stars 22 forks source link

Bump Android dependencies (`ndk(-sys)`, `android-activity`) to latest release #14

Open MarijnS95 opened 1 year ago

MarijnS95 commented 1 year ago

And regenerate the lockfiles with:

for l in */Cargo.toml; do cargo generate-lockfile --manifest-path $l; done