generated from GarandPLG/rust-flake-template
6dc5f8605c199a9edca24bbcab71f3c963542c64
The refactor removes the `Buildings` enum and the `building` module, replacing `CellTag` with a new `CellStructure` enum that directly holds a `BaseBuilding`. A `get_owner` method is added to `BaseBuilding` to support the new structure. All related imports, constructors, and rendering logic are updated to use `CellStructure` instead of the old tag and building fields.
rust-flake-template
Basic flake for rust development and production.
Languages
Rust
97.1%
Nix
2.9%