Skip to content

Commit

Permalink
Updated to winit 0.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ecton committed May 1, 2024
1 parent acbb0b6 commit d98e0d6
Show file tree
Hide file tree
Showing 3 changed files with 191 additions and 94 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

This new parameter allows using sprite sheets that have been exported with
consistent spacing between each sprite.
- These APIs now require exclusive references to the application:
- `WindowBehavior::open`
- `WindowBehavior::open_with`
- These events have been renamed to match `winit`'s nomenclature:
- `WindowBehavior::touchpad_magnify` -> `WindowBehavior::pinch_gesture`
- `WindowBehavior::smart_magnify` -> `WindowBehavior::double_tap_gesture`

### Added

- `WindowBeahvior::pan_gesture` is a new event provided by `winit`.

### Changed

Expand Down
Loading

0 comments on commit d98e0d6

Please sign in to comment.