mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
9 lines
384 B
Rust
9 lines
384 B
Rust
/*pub use ::vek::{
|
|
bezier::repr_simd::*, geom::repr_simd::*, mat::repr_simd::column_major::Mat4, ops::*,
|
|
quaternion::repr_simd::*, transform::repr_simd::*, transition::*, vec::repr_simd::*,
|
|
};*/
|
|
pub use ::vek::{
|
|
bezier::repr_c::*, geom::repr_c::*, mat::repr_c::column_major::Mat4, ops::*,
|
|
quaternion::repr_c::*, transform::repr_c::*, transition::*, vec::repr_c::*,
|
|
};
|