alexandercampbell / simple

The simplest Rust graphics library, inspired by LOVE2D.
https://crates.io/crates/simple
29 stars 5 forks source link

Random Crate #2

Closed alexandercampbell closed 9 years ago

alexandercampbell commented 9 years ago

Use rand crate instead of feature(rand)

Fixes compiler warnings showing up with latest nightly Rust.