bevy/crates/bevy_audio
bjorn3 fbf561c2bb Update minimal version requirements for dependencies (#2460)
This was tested using cargo generate-lockfile -Zminimal-versions.
The following indirect dependencies also have minimal version
dependencies. For at least num, rustc-serialize and rand this is
necessary to compile on rustc versions that are not older than 1.0.

* num = "0.1.27"
* rustc-serialize = "0.3.20"
* termcolor = "1.0.4"
* libudev-sys = "0.1.1"
* rand = "0.3.14"
* ab_glyph = "0.2.7

Based on https://github.com/bevyengine/bevy/pull/2455
2021-07-15 21:25:49 +00:00
..
src Fix Bevy crashing if no audio device is found (#2269) 2021-06-08 03:14:38 +00:00
Cargo.toml Update minimal version requirements for dependencies (#2460) 2021-07-15 21:25:49 +00:00