~starkingdoms/starkingdoms

ref: f2ba6ebbc002fe708f7d69d4ca2e008b3437cbda starkingdoms/crates/client/src/main.rs -rw-r--r-- 189 bytes
f2ba6ebb — core fix: make it compile :p 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();
}