Skip to content

Commit

Permalink
Precompute rounded vertices (#1547)
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Buch Hansen <boogiewasthere@gmail.com>
  • Loading branch information
emilk and dbuch committed Apr 30, 2022
1 parent 3a83a60 commit 8303523
Show file tree
Hide file tree
Showing 2 changed files with 345 additions and 22 deletions.
1 change: 1 addition & 0 deletions epaint/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ All notable changes to the epaint crate will be documented in this file.
* MSRV (Minimum Supported Rust Version) is now `1.60.0` ([#1467](https://github.com/emilk/egui/pull/1467)).
* Renamed the feature `convert_bytemuck` to `bytemuck` ([#1467](https://github.com/emilk/egui/pull/1467)).
* Renamed the feature `serialize` to `serde` ([#1467](https://github.com/emilk/egui/pull/1467)).
* Optimize tessellation of circles and boxes with rounded corners ([#1547](https://github.com/emilk/egui/pull/1547)).


## 0.17.0 - 2022-02-22
Expand Down
Loading

0 comments on commit 8303523

Please sign in to comment.