| Crate | Crates.io | Docs |
|---|---|---|
ui-events |
Crates.io | Docs |
ui-events-winit |
Crates.io | Docs |
ui-input-state |
Crates.io | Docs |
ui-events-web |
Crates.io | Docs |
This release has an MSRV of 1.85.
Overview
ui-events v0.3.0 updates the optional kurbo integration to v0.13 and adds new scroll delta helpers.
This release also publishes ui-events-web for the first time.
Highlights
- Kurbo update: Optional
kurbointegration updated to v0.13.0. (#105) - Scroll helpers: Added
ScrollDelta::{to_pixel_delta, into_pixel_delta}. (#101) - Web crate published:
ui-events-webis now available on crates.io. (#88, #94, #95, #96, #97, #98, #99, #106) - Feature behavior:
std/libmno longer implicitly enable the optionalkurbodependency. (#104) - Winit fix: Tap counting state handling fix in
ui-events-winit. (#92)
Crate-by-Crate Details
ui-events 0.3.0
Added
PointerId::get_inner()method. (#90)ScrollDelta::{to_pixel_delta, into_pixel_delta}helpers. (#101)
Changed
- Clarified the semantics of gesture deltas. (#100)
- Updated Kurbo to v0.13.0. (#105)
stdandlibmno longer enable the optionalkurbodependency. (#104)- Bumped MSRV to 1.85. (#107)
ui-events-winit 0.3.0
Fixed
- Replaced stale tap state for
pointer_id. (#92)
Changed
- Bumped MSRV to 1.85. (#107)
ui-input-state 0.3.0
Changed
- Bumped MSRV to 1.85. (#107)
ui-events-web 0.3.0
Initial published release
Contributors
Links
Full Changelog: v0.2.0 → v0.3.0