rust-mobile / rust-android-examples

Various standalone Rust Android examples
112 stars 21 forks source link

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

Open MarijnS95 opened 10 months ago

MarijnS95 commented 10 months ago

And regenerate the lockfiles with:

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