commit
25dddc1655
1 changed files with 0 additions and 8 deletions
|
@ -18,24 +18,16 @@ pub mod vec;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
mod test {
|
mod test {
|
||||||
#[path = "test/test_gltypes.rs"]
|
|
||||||
mod test_gltypes;
|
mod test_gltypes;
|
||||||
#[path = "test/test_mat.rs"]
|
|
||||||
mod test_mat;
|
mod test_mat;
|
||||||
#[path = "test/test_quat.rs"]
|
|
||||||
mod test_quat;
|
mod test_quat;
|
||||||
#[path = "test/test_vec.rs"]
|
|
||||||
mod test_vec;
|
mod test_vec;
|
||||||
}
|
}
|
||||||
|
|
||||||
pub mod funs {
|
pub mod funs {
|
||||||
#[path = "funs/common.rs"]
|
|
||||||
pub mod common;
|
pub mod common;
|
||||||
#[path = "funs/exponential.rs"]
|
|
||||||
pub mod exponential;
|
pub mod exponential;
|
||||||
#[path = "funs/projection.rs"]
|
|
||||||
pub mod projection;
|
pub mod projection;
|
||||||
#[path = "funs/triganomic.rs"]
|
|
||||||
pub mod triganomic;
|
pub mod triganomic;
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
|
Loading…
Reference in a new issue