Finish tasks to bring calculation capabilities in line with last interval. #9

Merged
Cutieguwu merged 19 commits from gamelog into main 2025-04-06 12:20:32 -04:00
Showing only changes of commit 6942453f4f - Show all commits

View File

@@ -10,7 +10,7 @@ mod play;
mod terrain;
#[allow(unused)]
pub const MIN_VER: semver::Version = semver::Version::new(0, 3, 0);
pub const MIN_VER: semver::Version = semver::Version::new(0, 4, 0);
pub use action::*;
pub use event::Event;