From e9ed6e4ee9d6718f1d2cc3656a75619145e887b1 Mon Sep 17 00:00:00 2001 From: "David C. Bishop" Date: Thu, 13 Mar 2014 14:09:30 +1100 Subject: [PATCH] Use rand in its new location. See: http://cmr.github.io/blog/2014/03/11/this-week-in-rust/ --- src/sdl2/pixels.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sdl2/pixels.rs b/src/sdl2/pixels.rs index c72cfdd6..3be90ef3 100644 --- a/src/sdl2/pixels.rs +++ b/src/sdl2/pixels.rs @@ -1,4 +1,4 @@ -use std::rand; +extern crate rand; #[allow(non_camel_case_types)] pub mod ll {