completed rename. merged crates to features
This commit is contained in:
15
features/src/lib.rs
Normal file
15
features/src/lib.rs
Normal file
@@ -0,0 +1,15 @@
|
||||
#[macro_use]
|
||||
extern crate approx;
|
||||
|
||||
pub mod structs;
|
||||
pub mod color;
|
||||
pub mod canvas;
|
||||
pub mod matrix;
|
||||
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
#[test]
|
||||
fn it_works() {
|
||||
assert_eq!(2 + 2, 4);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user