Add Seed display

This commit is contained in:
Michael Bradley 2025-07-05 21:36:17 -04:00
parent 58795eb87e
commit e883f201c0
Signed by: MichaelBradley
SSH key fingerprint: SHA256:o/aaeYtRubILK7OYYjYP12DmU7BsPUhKji1AgaQ+ge4
4 changed files with 39 additions and 3 deletions

View file

@ -6,6 +6,7 @@ mod runtime;
mod seed;
mod setup;
pub mod state;
mod ui;
#[allow(unused_imports)]
pub mod prelude {