Skip to content

Commit 81a3146

Browse files
committed
Bump Android dependencies (ndk(-sys), android-activity) to latest release
And regenerate the lockfiles with: for l in */Cargo.toml; do cargo generate-lockfile --manifest-path $l; done
1 parent 3ad2b59 commit 81a3146

File tree

26 files changed

+3486
-2487
lines changed

26 files changed

+3486
-2487
lines changed

agdk-cpal/Cargo.lock

Lines changed: 279 additions & 133 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agdk-cpal/Cargo.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,14 @@ name = "agdk-cpal"
33
version = "0.1.0"
44
edition = "2021"
55

6-
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
7-
86
[dependencies]
97
log = "0.4"
10-
android_logger = "0.11.0"
11-
android-activity = { version = "0.4", features = ["game-activity"] }
8+
android_logger = "0.13"
9+
android-activity = { version = "0.5", features = ["game-activity"] }
1210
cpal = "0.15"
1311
atomic_float = "0.1"
1412
anyhow = "1"
1513

1614
[lib]
1715
name="main"
18-
crate_type=["cdylib"]
16+
crate_type=["cdylib"]

0 commit comments

Comments
 (0)