Update to rust 2018

This commit is contained in:
2019-03-30 09:33:33 +01:00
parent f84aabf4c6
commit 1ef818f58a
7 changed files with 16 additions and 23 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
use sfml::graphics::{FloatRect, IntRect};
use sfml::system::Vector2;
use engine::math::{clamp, Matrix};
use engine::renderer::Drawable;
use engine::texture::Texture;
use crate::engine::math::{clamp, Matrix};
use crate::engine::renderer::Drawable;
use crate::engine::texture::Texture;
/// This enum represents if the collision happens on the X axis or the Y axis.
#[derive(Copy, Clone)]