added transformations
This commit is contained in:
@@ -5,6 +5,7 @@ pub mod structs;
|
||||
pub mod color;
|
||||
pub mod canvas;
|
||||
pub mod matrix;
|
||||
pub mod transformations;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
|
||||
8
features/src/transformations.rs
Normal file
8
features/src/transformations.rs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user