boxcrash icon indicating copy to clipboard operation
boxcrash copied to clipboard

An example game written in Rust and Piston

Results 2 boxcrash issues
Sort by recently updated
recently updated
newest added

Hello! I've been very interested in seeing how rust is used for game development as an opportunity to learn more about the language. When attempting to compile and run this...

The project fails to compile because of deprecated dependency `rustc-serialize`. `Serde` is supposed to replace it according to it's detail page on crates.io error looks like this . ``` error[E0310]:...