chore: remove Cycle struct and begin scheduler design
This commit is contained in:
@@ -11,7 +11,7 @@ use winit::window::{Window, WindowBuilder};
|
||||
use winit_input_helper::WinitInputHelper;
|
||||
|
||||
const WINDOW_SCALE: usize = 3;
|
||||
const AUDIO_ENABLED: bool = true;
|
||||
const AUDIO_ENABLED: bool = false;
|
||||
|
||||
fn main() -> Result<()> {
|
||||
let app = App::new(crate_name!())
|
||||
|
||||
Reference in New Issue
Block a user