~starkingdoms/starkingdoms

ref: 4f93bd075f25550e5b28733e07efa96c6bed0a5c starkingdoms/crates/client/src/main.rs -rw-r--r-- 189 bytes
4f93bd07ghostly_zsh scaling added, along with fixes to sampling 5 months ago
                                                                                
1
2
3
4
5
/// --- IMPORTANT: DO NOT EDIT - EDIT THE APPROPRIATE PLATFORM SPECIFIC ENTRYPOINT ---
/// `platform::start` IS WHAT YOU WANT
fn main() {
    starkingdoms_client::platform::entrypoint();
}