Generate a Rust palette

This commit is contained in:
2024-04-22 18:34:32 -07:00
parent c49b042b62
commit 3d2d7cfea3
3 changed files with 92 additions and 7 deletions

View File

@@ -1 +1,4 @@
mod palette;
pub use palette::PALETTE;
pub type VResult<T> = Result<T, anyhow::Error>;