Jay Oster
Jay Oster
And if it is that simple, why was the original code overwriting the settings with a hardcoded string? When I had trouble deciphering the documentation (why is the returned `Syntax`...
This can't currently be done because `glium` is stuck on winit 0.27. And I don't think adding feature flags to `imgui-winit-support` to swap out winit versions is a good idea....
We are waiting for the upstream changes to glium. Can't realistically make progress without it.
When it's released, all I have to do to move this forward is revert [b75d100](https://github.com/imgui-rs/imgui-rs/pull/716/commits/b75d100e3af750d645f2af69b4c1ff98a1bceaae) and update the dep. Along with any other changes required. (It looks like quite a...
Should be fixed by #754 and #764.
The last discussion on this was in #755. We can't break PRG ROM writes. Reverting would not be acceptable, either. I have a private branch where I was experimenting with...