-
Notifications
You must be signed in to change notification settings - Fork 185
Update to ui-events and ui-events-winit 0.2.0. #1103
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
Conversation
|
Can you rebase this forward? |
DJMcNab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mostly looks good (once this is released)
| delta: ScrollDelta::PixelDelta(PhysicalPosition::<f64> { x: 0., y: 25. }), | ||
| state: PointerState::default(), | ||
| }); | ||
| harness.mouse_wheel(Vec2 { x: 0., y: 25. }); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for catching this!
|
Would like a yes/no on the destructuring-based version (second commit) vs the opaque version (first commit), as we're about to do an ui-events-0.2.0 so we need to choose one. :+ ) |
|
@DJMcNab That's a plea for you to comment on that. :) |
|
Destructuring is fine by me. It's certainly better than extremely short names. |
a632a69 to
5f27425
Compare
5f27425 to
9705e2d
Compare
|
Alright, we've now published |
waywardmonkeys
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would still like to get feedback from @DJMcNab on this.
DJMcNab
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than the blocking rebase artifact, this looks good. I do have a couple of other thoughts, but nothing too significant.
Thanks!
9705e2d to
f272f80
Compare
See discussion in [#xilem > v0.4.0](https://xi.zulipchat.com/#narrow/channel/354396-xilem/topic/v0.2E4.2E0/with/547457987). Target date is tomorrow to just let everything settle (e.g. #1103). https://linebender.org/wiki/process/release/#checklist I have run a publish dry run, using the command: ```sh cargo publish --dry-run -p xilem -p xilem_core -p masonry -p masonry_core -p masonry_winit -p masonry_testing -p tree_arena -p xilem_web ``` We don't have a changelog (yet, plan is to start immediately after this releasee), we have bumped dependencies (pending #1103).
No description provided.