feat(exporters): scaffold PngExporter

This commit is contained in:
2026-03-23 02:30:11 +01:00
parent 4e742d9ebc
commit 0d0627b223
4 changed files with 31 additions and 0 deletions

View File

@@ -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>>;