Skip to content

Commit

Permalink
Support individual corner radii for kurbo::RoundedRect (linebender#1561)
Browse files Browse the repository at this point in the history
* Ignore all /target/ folders

* Update Data impl for RoundedRect

* Just ignore all folders matching **/target, which matches Piet's gitignore

* Bump kurbo version to 0.8.0

* Update CHANGELOG.md

Co-authored-by: Joshua Wade <[email protected]>
  • Loading branch information
2 people authored and richard-uk1 committed Apr 6, 2021
1 parent c7fb115 commit df14ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Rust
/target/
target/
Cargo.lock

## Intellij Idea
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ You can find its changes [documented below](#070---2021-01-01).
- WindowSizePolicy: allow windows to be sized by their content ([#1532] by [@rjwittams])
- Implemented `Data` for more datatypes from `std` ([#1534] by [@derekdreery])
- Shell: windows implementation from content_insets ([#1592] by [@HoNile])
- Support individual corner radii for kurbo::RoundedRect ([#1561] by [@SecondFlight])
- Shell: IME API and macOS IME implementation ([#1619] by [@lord])
- Scroll::content_must_fill and a few other new Scroll methods ([#1635] by [@cmyr])
- New `TextBox` widget with IME integration ([#1636] by [@cmyr])
Expand Down Expand Up @@ -639,6 +640,7 @@ Last release without a changelog :(
[#1534]: https://github.com/linebender/druid/pull/1534
[#1254]: https://github.com/linebender/druid/pull/1254
[#1559]: https://github.com/linebender/druid/pull/1559
[#1561]: https://github.com/linebender/druid/pull/1561
[#1562]: https://github.com/linebender/druid/pull/1562
[#1592]: https://github.com/linebender/druid/pull/1592
[#1596]: https://github.com/linebender/druid/pull/1596
Expand Down

0 comments on commit df14ffd

Please sign in to comment.