Implement Geometry2D primitive
This commit is contained in:
parent
26de688e68
commit
0d620b7701
13 changed files with 528 additions and 4 deletions
|
|
@ -30,6 +30,7 @@ mod quad;
|
|||
mod renderer;
|
||||
mod text;
|
||||
mod transformation;
|
||||
mod geometry;
|
||||
|
||||
pub(crate) use crate::image::Image;
|
||||
pub(crate) use quad::Quad;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue