More types (#1267)

This commit is contained in:
TheRawMeatball 2021-01-22 03:05:23 +03:00 committed by GitHub
parent 8c33da0051
commit f15d62c0f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ pub use glam::*;
pub mod prelude {
pub use crate::{
FaceToward, IVec2, IVec3, IVec4, Mat3, Mat4, Quat, Rect, Size, Vec2, Vec3, Vec4,
BVec2, BVec3, BVec4, FaceToward, IVec2, IVec3, IVec4, Mat3, Mat4, Quat, Rect, Size, UVec2,
UVec3, UVec4, Vec2, Vec3, Vec4,
};
}