Use core Float instead of std::num::Float
This commit is contained in:
@@ -2,7 +2,6 @@ extern crate sdl2;
|
|||||||
extern crate sdl2_image;
|
extern crate sdl2_image;
|
||||||
|
|
||||||
|
|
||||||
use std::num::Float;
|
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
use sdl2::video::{Window, WindowPos, OPENGL};
|
use sdl2::video::{Window, WindowPos, OPENGL};
|
||||||
|
|||||||
Reference in New Issue
Block a user