Upgrade packages and a couple fix warnings

This commit is contained in:
Keavon Chambers
2021-08-09 18:41:09 -07:00
parent a1fec1c93f
commit b7976219f3
4 changed files with 200 additions and 84 deletions

View File

@@ -1,5 +1,3 @@
use std::f64::consts::PI;
use crate::consts::LINE_ROTATE_SNAP_ANGLE;
use crate::input::keyboard::Key;
use crate::input::{mouse::ViewportPosition, InputPreprocessor};