Skip to content
New issue

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

Fix error on systems without vsync support (#1262) #1387

Merged
merged 1 commit into from
Apr 13, 2022

Conversation

ch-sy
Copy link
Contributor

@ch-sy ch-sy commented Jan 27, 2022

If vsync was not requested and it is not supported on the system, then this feature can safely be ignored. This makes the program runnable on systems without vsync support like the Raspberry Pi Zero.

  • Tested on all platforms changed
  • Compilation warnings were addressed
  • cargo fmt has been run on this branch
  • cargo doc builds successfully
  • Added an entry to CHANGELOG.md if knowledge of this change could be valuable to users
  • Updated documentation to reflect any user-facing changes, including notes of platform-specific behavior
  • Created or updated an example program if it would help users understand this functionality

If vsync was not requested and it is not supported on the system, then this feature can safely be ignored.
@ar37-rs
Copy link

ar37-rs commented Apr 13, 2022

Any update? why not being merged yet?

@kchibisov kchibisov merged commit d5c1724 into rust-windowing:master Apr 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

3 participants