Skip to content

Commit 4c286e5

Browse files
committed
examples: update deps (including bump to cpal 0.14)
1 parent d3327d9 commit 4c286e5

File tree

5 files changed

+92
-101
lines changed

5 files changed

+92
-101
lines changed

agdk-cpal/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,10 @@ edition = "2021"
99
log = "0.4"
1010
android_logger = "0.11.0"
1111
android-activity = { path="../../android-activity", features = ["game-activity"] }
12-
cpal = "0.13"
12+
cpal = "0.14"
1313
atomic_float = "0.1"
1414
anyhow = "1"
1515

16-
# We currently need to use cpal master which doesn't have ndk-glue as a dependency
17-
# and is also updated to ndk 0.7
18-
[patch.crates-io]
19-
cpal = { git = "https://github.com/RustAudio/cpal", commit = "9b7bb339650" }
20-
2116
[lib]
2217
name="main"
2318
crate_type=["cdylib"]

agdk-eframe/Cargo.lock

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

agdk-egui/Cargo.lock

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

0 commit comments

Comments
 (0)