tuple::new can take any type of number

This commit is contained in:
Jon Janzen
2022-01-01 16:30:51 -07:00
parent b2ec53525d
commit 71fc73bf1a
7 changed files with 63 additions and 6 deletions

View File

@@ -1,5 +1,6 @@
#[macro_use]
extern crate approx;
extern crate num_traits;
pub mod structs;
pub mod color;