i think i'm sticking with glfw until i change my mind lol

This commit is contained in:
LunarAkai 2025-08-03 13:48:44 +02:00
commit 06bee7d20c
8 changed files with 152 additions and 26 deletions

View file

@ -18,7 +18,7 @@ impl Default for Game {
Self {
is_running: true,
name: default_game_name(),
context: WindowRenderContext::OPENGLWINIT
context: WindowRenderContext::OPENGLGLFW
}
}
}