Document the minimum supported Rust version

cc #622
This commit is contained in:
Simon Hausmann 2021-11-03 16:39:41 +01:00
parent ab88e3553e
commit 4800217f2f
2 changed files with 7 additions and 4 deletions

View file

@ -25,8 +25,9 @@ The recommended and most flexible way to use the C++ API is to build SixtyFPS fr
First you need to install the prerequisites:
* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). Once this is done,
you should have the ```rustc``` compiler and the ```cargo``` build system installed in your path.
* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). If you already
have Rust installed, make sure that it's at least version 1.54 or newer. You can check which version you have installed
by running `rustc --version`. Once this is done, you should have the ```rustc``` compiler and the ```cargo``` build system installed in your path.
* **cmake** (3.19 or newer)
* A C++ compiler that supports C++17 (e.g., **MSVC 2019** on Windows)