lunaria 0.0.0

A space-themed sandbox video game for programmers
1
2
3
4
#[tokio::main]
async fn main() {
    lunaria::run_app();
}