some fiddling with documentation. Added Poly type

This commit is contained in:
2020-02-21 19:29:24 -08:00
parent 99ed07e070
commit 9ddc88400e
12 changed files with 166 additions and 861 deletions

3
src/drawables/mod.rs Normal file
View File

@@ -0,0 +1,3 @@
pub mod polygon;
pub mod sprite;
pub mod rect;