Future Calling BeginsI am writing both the game engine, and the game it's self in Rust. I will post updates here daily. mod test_state; extern crate future_engine; use future_engine::{app_state::app_state::AppState, Application}; use future_engine::smart_draw::smart_...Feb 22, 2024·1 min read