From 6367a9ba5a549b62f01da61fb50323877b9f52ff Mon Sep 17 00:00:00 2001 From: tcmal Date: Sun, 25 Aug 2024 17:44:24 +0100 Subject: refactor(all): move types to -skeleton --- stockton-types/src/lib.rs | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 stockton-types/src/lib.rs (limited to 'stockton-types/src/lib.rs') diff --git a/stockton-types/src/lib.rs b/stockton-types/src/lib.rs deleted file mode 100644 index 1b965a0..0000000 --- a/stockton-types/src/lib.rs +++ /dev/null @@ -1,22 +0,0 @@ -//! Common types for all stockton crates. - -extern crate nalgebra_glm as na; - -pub mod components; -pub mod session; - -pub use session::Session; - -/// Alias for convenience -pub type Vector2 = na::Vec2; -/// Alias for convenience -pub type Vector3 = na::Vec3; - -/// Alias for convenience -pub type Vector2i = na::IVec2; - -/// Alias for convenience -pub type Vector3i = na::IVec3; - -/// Alias for convenience -pub type Matrix4 = na::Mat4x4; -- cgit v1.2.3