-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade cpal to 0.14.0 #5774
Labels
A-Audio
Sounds playback and modification
C-Dependencies
A change to the crates that Bevy depends on
S-Blocked
This cannot move forward until something else changes
Comments
TimJentzsch
added
C-Feature
A new feature, making something new possible
S-Needs-Triage
This issue needs to be labelled
labels
Aug 23, 2022
Bevy doesn't depend on cpal directly, but does through rodio: https://github.com/RustAudio/rodio/blob/55d957f8b40c59fccea4162c4b03f6dd87a7a4d9/Cargo.toml#L14 Hopefully rodio will release soon, I've been waiting for an update for a long time... |
Good point, I created an issue for rodio as well: RustAudio/rodio#433 |
alice-i-cecile
added
D-Trivial
Nice and easy! A great choice to get started with Bevy
A-Audio
Sounds playback and modification
C-Dependencies
A change to the crates that Bevy depends on
S-Blocked
This cannot move forward until something else changes
and removed
C-Feature
A new feature, making something new possible
S-Needs-Triage
This issue needs to be labelled
D-Trivial
Nice and easy! A great choice to get started with Bevy
labels
Aug 23, 2022
now we just have to wait for a new rodio release |
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Oct 19, 2022
# Objective - bevyengine#6019 but with the duplicate package list updated - Fixes bevyengine#5774
james7132
pushed a commit
to james7132/bevy
that referenced
this issue
Oct 28, 2022
# Objective - bevyengine#6019 but with the duplicate package list updated - Fixes bevyengine#5774
ItsDoot
pushed a commit
to ItsDoot/bevy
that referenced
this issue
Feb 1, 2023
# Objective - bevyengine#6019 but with the duplicate package list updated - Fixes bevyengine#5774
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-Audio
Sounds playback and modification
C-Dependencies
A change to the crates that Bevy depends on
S-Blocked
This cannot move forward until something else changes
What problem does this solve or what need does it fill?
The previous version of
cpal
depended on two versions ofparking_lot
, increasing compile times and sizes. With release 0.14.0, this has been fixed.What solution would you like?
We should upgrade to the latest
cpal
version and update the skipped crates indeny.toml
. We should at least be able to remove theparking_lot
lines:bevy/deny.toml
Lines 36 to 48 in 5e2d9b4
Additional context
cpal
: Deduplicate parking_lot dependency RustAudio/cpal#664The text was updated successfully, but these errors were encountered: