Skip to content

Commit 9d3e9ad

Browse files
committed
sync upstream updates and patch cpal
1 parent 9f631b7 commit 9d3e9ad

2 files changed

Lines changed: 32 additions & 6 deletions

File tree

annix/Cargo.lock

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

annix/Cargo.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,11 @@ anyhow = "1.0.75"
1818
log = "0.4.20"
1919
env_logger = "0.11"
2020

21-
anni-playback = { git = "https://github.com/ProjectAnni/anni", rev = "734f57e" }
22-
anni-player = { git = "https://github.com/snylonue/anni-player", rev = "fc61f1c" }
21+
anni-playback = { git = "https://github.com/ProjectAnni/anni", rev = "9207e60" }
22+
anni-player = { git = "https://github.com/snylonue/anni-player", rev = "4218e2c" }
2323

2424
[build-dependencies]
2525
flutter_rust_bridge_codegen = { version = "=1.82.6", features = ["uuid"] }
26+
27+
[patch.crates-io]
28+
cpal = { git = "https://github.com/sidit77/cpal.git", branch = "master" }

0 commit comments

Comments
 (0)