feat: special formatting with game tick counter, remove date from tracing formatter

This commit is contained in:
Ryan Walters
2025-09-05 13:52:19 -05:00
parent 14882531c9
commit ed16da1e8f
8 changed files with 157 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ pub mod audio;
pub mod constants;
pub mod error;
pub mod events;
pub mod formatter;
pub mod game;
pub mod map;
pub mod platform;