builtin macro

This commit is contained in:
2026-06-23 01:08:01 -05:00
parent a67f3fa8cf
commit 2e160d6c61
12 changed files with 237 additions and 237 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ mod utils;
/// World type: a named collection of boards in a single `.toml` file ([`world::World`], [`world::load`]).
pub mod world;
pub use archetype::{Archetype, SpinDirection};
pub use archetype::{Archetype, Builtin};
pub use board::Board;
pub use utils::Direction;