chore(deps): update rust crate kurbo to 0.13 #492
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.
This PR contains the following updates:
0.11→0.13Release Notes
linebender/kurbo (kurbo)
v0.13.0Compare Source
This release has an [MSRV][] of 1.85.
v0.12.0Compare Source
This release has an [MSRV][] of 1.82.
It was increased to support floating point math in const functions.
Added
StrokeCtxallows for reusing allocations when stroking multiple paths. ([#475][] by [@LaurenzV][])Axistype. ([#476][] by [@PoignardAzur][])Ellipse::major_radiusandEllipse::minor_radiusmethods. ([#497][] by [@tomcur][])Changed
Vec2methods can now be called inconstcontexts. ([#479][] by [@tomcur][])aspect_ratioonRectandSizehas been deprecated and replaced withaspect_ratio_width.This is because the implementation of
aspect_ratioused the ratio of height to width, whereasaspect rations are otherwise always ratios of width to height. ([#486][] by [@ErisianArchitect][] and [@DJMcNab][])
contained_rect_with_aspect_ratio, replaced withinscribed_rect_with_aspect_ratio, whichincidentally also uses the usual definition of aspect ratio (where the old name didn't). ([#486][] by [@DJMcNab][])
offset::CubicOffsethas been removed, and replaced byoffset::offset_cubic. ([#489][] by [@jneem][])#[inline]. ([#472][], [#480][], [#496][] by [@tomcur][])Fixed
Removed
DashIteratorhas been removed. ReplaceDashIterator::newwithdash. ([#488][] by [@DJMcNab][])BezPath::flatten,Ellipse::[with_]x_rotation,{Rect, Size}::is_empty,Shape::[in]to_bez_path,and
TranslateScale::as_tuplehave been removed. ([#487][] by [@DJMcNab][])Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.