brson / rust-sdl

SDL bindings for Rust
MIT License
179 stars 52 forks source link

Switch from std::rand::RngUtil to std::rand::Rng. #99

Closed radarsat1 closed 11 years ago

radarsat1 commented 11 years ago

Due to Rust commit fb923c7d3f8b.

Fixes Issue #98.

AngryLawyer commented 11 years ago

Cheers, you're a star.