We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Since the upgrade to winit 0.30:
winit 0.30
EventLoop::run()
run_app
EventLoop::create_window()
ActiveEventLoop::create_window()
The examples should be refactored to replace the deprecated functions.
I should have included this in my last PR, happy to just pick this up and fix it, just wanted to track it :)
The text was updated successfully, but these errors were encountered:
Yes, it's pretty annoying even though it's harmless. Your help would be much welcome!
Sorry, something went wrong.
No branches or pull requests
Since the upgrade to
winit 0.30
:EventLoop::run()
is now deprecated and replaced withrun_app
EventLoop::create_window()
is now deprecated and replaced withActiveEventLoop::create_window()
The examples should be refactored to replace the deprecated functions.
I should have included this in my last PR, happy to just pick this up and fix it, just wanted to track it :)
The text was updated successfully, but these errors were encountered: