removed bincode for rkyv

Signed-off-by: Sienna Meridian Satterwhite <sienna@r3t.io>
This commit is contained in:
2025-12-17 19:20:34 +00:00
parent 56f0f0d40b
commit 99e31b1157
47 changed files with 2728 additions and 1697 deletions

View File

@@ -28,6 +28,7 @@ pub mod engine;
pub mod networking;
pub mod persistence;
pub mod platform;
pub mod utils;
pub mod sync;
/// Unified Marathon plugin that bundles all core functionality.