Closed robo9k closed 9 years ago
Just for the record (on my Linux machine);
$ multirust override stable
$ rustc -V
rustc 1.1.0 (35ceea399 2015-06-19)
$ multirust override beta
$ rustc -V
rustc 1.2.0-beta.2 (c8bab9d06 2015-07-09)
$ multirust override nightly
$ rustc -V
rustc 1.3.0-nightly (98dcd5e10 2015-07-11)
Similar to chip8-rust/chip8-vm#8 the project should build on both Rust
nightly
andstable
.Right now the build fails due to feature gates in
rust-sdl2
. This issue here is a reminder to re-check the current state ocasionally.