fix: remove emscripten main_loop_callback targeted code

This commit is contained in:
2025-07-28 12:48:10 -05:00
parent 199b4dc939
commit 59aba9f691
2 changed files with 0 additions and 7 deletions

View File

@@ -1,5 +1,4 @@
//! This module contains the main game logic and state.
use std::time::{Duration, Instant};
use anyhow::Result;
use glam::UVec2;