planetis\: I got it to work under mingw, but now I'm running into this very weird bug where the event loop isn't running. And debugging it with gdb doesn't help (it doesn't know the nim source files, it seems, even though I'm not passing `-d:release`). I know it's not running the event loop because usually when it does it prints `INFO: TIMER: Target time per frame: 16.667 milliseconds`. The examples work fine but for some reason mine isn't.... But some of the keyboard events work which is weird