~starkingdoms/starkingdoms

ref: 5704afa8852d493b8424b186d3390ab2b9a8aefd starkingdoms/crates/client/src/main.rs -rw-r--r-- 189 bytes
5704afa8 — ghostly_zsh open crafting ui with mouse 8 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();
}