This is a set of git submodules that point to versions of the Rust compiler and various libraries (mostly relevant to game development) that are known to work together.
I (rlane) did not write any of the included libraries. See the links to the original repositories below. A few libraries have been lightly patched.
The Rust version used is 0.10.
When you clone the repository, and after updating it, you need to run the build script:
./build.sh
This installs Rust and all the libraries to the install
directory.
You can add the install/bin
directory to your PATH, or run rustc
directly from there when compiling your project.
Tested on OS X 10.9 and 32-bit Ubuntu 12.04.