Replace macros for 2d literals by functions.

This commit is contained in:
Juergen Stuber
2018-12-02 14:21:59 +01:00
parent 9877915249
commit af5e1db20a
7 changed files with 64 additions and 68 deletions

View File

@ -1,9 +1,7 @@
pub mod color;
#[macro_use]
pub mod vec2d;
#[macro_use]
pub mod point2d;
pub mod rect2d;