feat(exporters): scaffold PngExporter
This commit is contained in:
@@ -13,6 +13,7 @@ pub use fonts::ttf_font::TtfFont;
|
||||
pub use grid::VoxelGrid;
|
||||
pub use models::VoxelType;
|
||||
pub use palette::BlockPalette;
|
||||
pub use palette::PaletteMappings;
|
||||
|
||||
pub trait StructureExporter {
|
||||
fn export(&self, grid: &VoxelGrid) -> anyhow::Result<Vec<u8>>;
|
||||
|
||||
Reference in New Issue
Block a user