Skip to content

Commit

Permalink
examples: update deps (including bump to cpal 0.14)
Browse files Browse the repository at this point in the history
  • Loading branch information
rib committed Sep 19, 2022
1 parent 351d0e9 commit 5c87630
Show file tree
Hide file tree
Showing 5 changed files with 92 additions and 101 deletions.
7 changes: 1 addition & 6 deletions examples/agdk-cpal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,10 @@ edition = "2021"
log = "0.4"
android_logger = "0.11.0"
android-activity = { path="../../android-activity", features = ["game-activity"] }
cpal = "0.13"
cpal = "0.14"
atomic_float = "0.1"
anyhow = "1"

# We currently need to use cpal master which doesn't have ndk-glue as a dependency
# and is also updated to ndk 0.7
[patch.crates-io]
cpal = { git = "https://github.com/RustAudio/cpal", commit = "9b7bb339650" }

[lib]
name="main"
crate_type=["cdylib"]
39 changes: 20 additions & 19 deletions examples/agdk-eframe/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions examples/agdk-egui/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5c87630

Please sign in to comment.