Skip to content

Commit

Permalink
Make a note about the MSRV (#4274)
Browse files Browse the repository at this point in the history
# 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.
  • Loading branch information
alice-i-cecile committed Mar 21, 2022
1 parent 4c1678c commit fa791d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

**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

* **Capable**: Offer a complete 2D and 3D feature set
Expand Down

0 comments on commit fa791d6

Please sign in to comment.