diff options
| author | LLLL Colonq <llll@colonq> | 2025-03-03 18:56:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-03-03 18:56:38 -0500 |
| commit | 8450893a1c0598b3af8c7cf9a9c39966e754ae14 (patch) | |
| tree | d5c3162c91b44aa1e52e1098ae729aec5d305e2a /src/main.rs | |
| parent | e73044fbd51f9c8f15eb6bd60248887ccd8b16f0 (diff) | |
Move example to example
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; -} |
