-
Notifications
You must be signed in to change notification settings - Fork 424
Release 0.8-rc0 #1040
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
Merged
Release 0.8-rc0 #1040
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Member
edited
- Changelog
- Checking documentation
added error handling to the remaining EventHandler methods
Co-authored-by: Philipp Steinhaus <philipp_steinhaus@web.de>
Co-authored-by: Philipp Steinhaus <philipp_steinhaus@web.de>
Touch event
…` and the default impl of `touch_event` into a public new mouse function `handle_move`
- `winit` to `0.26` - `glutin` to `0.28` - `directories` to `4.0`
…on a given frame. Made the mouse representation a HashSet instead of a HashMap to match the keyboard.
Update dependencies
…em in the event loop example.
Added `is_key_just_pressed` and `is_key_just_released`
set_start now operates after repeat_infinite but before other audio effects. The docs have been updated to elaborate on these interactions.
Exposed rodio API for skipping first part of a sample
Fix zip `read_dir` deeper than one level in Windows
Changed bare url to automatic for rustdoc
Add transparent option to the WindowMode settings.
changed the last two public functions taking references to GraphicsContext towards using Has and HasMut; fixed clippy lints; resolved failing tests (except skeptic for some reason);
small patch
Improve sub-context passing ergonomics
fixed a doc text to match the changed syntax; changed docs a little;
fixed repetition test to use scancodes; added tracking test for scancodes;
bundled key event parameters into wrapping type
…tency; updated changelog;
…epad` to changelog; added release candidate explanation; other small final touches to the changelog;
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.