1
0
mirror of https://github.com/emilk/egui.git synced 2026-09-02 06:40:06 -04:00

Precompute rounded vertices (#1547)

Co-authored-by: Daniel Buch Hansen <boogiewasthere@gmail.com>
This commit is contained in:
Emil Ernerfeldt
2022-04-30 13:14:33 +02:00
committed by GitHub
parent 3a83a600bb
commit 8303523ccf
2 changed files with 345 additions and 22 deletions

View File

@@ -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