♻️ Create an ImageStore type

This commit is contained in:
Belén Albeza 2024-12-10 15:41:50 +01:00
parent 967bc75a1c
commit 7b1934dcb6
4 changed files with 48 additions and 26 deletions

View file

@ -7,7 +7,7 @@ use crate::render::BlendMode;
mod fills;
mod images;
mod paths;
mod render;
mod renderable;
pub use fills::*;
pub use images::*;
pub use paths::*;