make GlutinEventLoop public#1735
Conversation
|
It was not intended to be public and I'm not sure what the use is. Though, sooner we'd be updating to new winit traits and majority of that will just go away. |
The use is to trivially accept either EventLoop or ActiveEventLoop to my own functions that internally call glutin's. I figured reusing your preexisting sealed trait would be easier than making my own. |
Can't the |
Is it?
It seems to exist in I also searched the entire winit dependency and the trait doesn't exist in there:
|
|
Oh, indeed. The plan is to use |


CHANGELOG.mdif knowledge of this change could be valuable to users