diff options
Diffstat (limited to 'src/main.rs')
| -rw-r--r-- | src/main.rs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/main.rs b/src/main.rs deleted file mode 100644 index f7c2a88..0000000 --- a/src/main.rs +++ /dev/null @@ -1,8 +0,0 @@ -#[cfg(target_arch = "wasm32")] -pub fn main() {} - -#[cfg(not(target_arch = "wasm32"))] -#[tokio::main] -pub async fn main() { - teleia::run("teleia test", 240, 160, teleia::Options::empty(), teleia::TestGame::new).await; -} |
