Skip to content

Commit

Permalink
Add android_shared_stdcxx feature
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Jan 3, 2025
1 parent 6ad9f48 commit 1aefa50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

- update Kira to 0.9
- removed `playback_region` from `SoundSettings`
- Add `android_shared_stdcxx` feature for Android Builds
- fix spatial audio when position of receiver and emitter are the same ([#135](https://github.com/NiklasEi/bevy_kira_audio/issues/135))

## v0.21.0 - 30.11.2024
Expand Down
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ mp3 = ["kira/mp3"]
ogg = ["kira/ogg"]
wav = ["kira/wav"]
settings_loader = ["dep:ron", "dep:serde", "kira/serde"]
android_shared_stdcxx = ["kira/android_shared_stdcxx"]

[dependencies]
bevy = { version = "0.15.0", default-features = false, features = ["bevy_asset"] }
Expand Down

0 comments on commit 1aefa50

Please sign in to comment.