bevy/crates/bevy_ui
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 Allows a number of clippy lints and fixes 2 (#1999) 2021-05-14 20:37:32 +00:00
Cargo.toml Update minimal version requirements for dependencies (#2460) 2021-07-15 21:25:49 +00:00