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
In GitLab by @azriel91 on Mar 5, 2018, 11:14
Winit:
x11: Destroy dropped windows; handle WM_DELETE_WINDOW - done
That PR covers:
Support for creating dummy DeviceIds and WindowIds
This will remove the need for creation of actual windows in some event based testing, e.g. in the application_robot crate.
application_robot
Amethyst:
RustType:
Expose font names from std_truetype::FontInfo - done
Need to wait for rusttype 0.4.2 to be released, and dependencies picking it up. Then the application_ui crate can be updated.
rusttype 0.4.2
application_ui
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In GitLab by @azriel91 on Mar 5, 2018, 11:14
Winit:
x11: Destroy dropped windows; handle WM_DELETE_WINDOW- doneThat PR covers:
Support for creating dummy DeviceIds and WindowIds
This will remove the need for creation of actual windows in some event based testing, e.g. in the
application_robot
crate.Amethyst:
Update to rayon 1.0- doneRustType:
Expose font names from std_truetype::FontInfo- doneNeed to wait for
rusttype 0.4.2
to be released, and dependencies picking it up. Then theapplication_ui
crate can be updated.The text was updated successfully, but these errors were encountered: