mirror of
https://github.com/bevyengine/bevy
synced 2024-11-24 21:53:07 +00:00
Make a note about the MSRV (#4274)
# Objective - Users occasionally ask about the latest supported Rust version. - Fixes #288 (kinda). ## Solution - We use "latest stable release". - Document this information in the README.
This commit is contained in:
parent
4c1678c78d
commit
fa791d6bb8
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ Bevy is a refreshingly simple data-driven game engine built in Rust. It is free
|
||||||
|
|
||||||
Bevy is still in the _very_ early stages of development. APIs can and will change (now is the time to make suggestions!). Important features are missing. Documentation is sparse. Please don't build any serious projects in Bevy unless you are prepared to be broken by API changes constantly.
|
Bevy is still in the _very_ early stages of development. APIs can and will change (now is the time to make suggestions!). Important features are missing. Documentation is sparse. Please don't build any serious projects in Bevy unless you are prepared to be broken by API changes constantly.
|
||||||
|
|
||||||
|
**MSRV:** Bevy relies heavily on improvements in the Rust language and compiler.
|
||||||
|
As a result, the Minimum Supported Rust Version (MSRV) is "the latest stable release" of Rust.
|
||||||
|
|
||||||
## Design Goals
|
## Design Goals
|
||||||
|
|
||||||
* **Capable**: Offer a complete 2D and 3D feature set
|
* **Capable**: Offer a complete 2D and 3D feature set
|
||||||
|
|
Loading…
Reference in a new issue