Log panel

This commit is contained in:
2026-06-03 22:46:54 -05:00
parent de1870432f
commit 0187162e85
6 changed files with 262 additions and 53 deletions
+2
View File
@@ -1,4 +1,6 @@
/// Core game types: [`game::Board`], [`game::Glyph`], [`game::Archetype`], etc.
pub mod game;
/// Styled log messages ([`log::LogLine`]) for the in-game message feed.
pub mod log;
/// Map file loading and saving (`.toml` format).
pub mod map_file;