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

Faster dashed line generation (#1027)

* Faster dashed lines generation

* Add dashed_line benchmark
This commit is contained in:
Lampsitter
2022-01-06 10:44:53 +01:00
committed by GitHub
parent 79cfdaa1f9
commit d31f7d6522
5 changed files with 71 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ All notable changes to the epaint crate will be documented in this file.
## Unreleased
* Added `Shape::dashed_line_many` ([#1027](https://github.com/emilk/egui/pull/1027)).
## 0.16.0 - 2021-12-29
* Anti-alias path ends ([#893](https://github.com/emilk/egui/pull/893)).