Use core Float instead of std::num::Float

This commit is contained in:
2015-04-08 21:26:31 +02:00
parent aaceb9fd23
commit d7d1ab1dc7

View File

@@ -2,7 +2,6 @@ extern crate sdl2;
extern crate sdl2_image;
use std::num::Float;
use std::path::Path;
use sdl2::video::{Window, WindowPos, OPENGL};