~starkingdoms/starkingdoms

ref: 7010c6a97904fa90e723a5fc852f3415d9da8902 starkingdoms/crates/client/src/main.rs -rw-r--r-- 189 bytes
7010c6a9 — ghostly_zsh 3 layer starfield with parallax 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();
}