1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-30 13:20:05 -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

1
Cargo.lock generated
View File

@@ -950,6 +950,7 @@ dependencies = [
"atomic_refcell",
"bytemuck",
"cint",
"criterion",
"emath",
"nohash-hasher",
"parking_lot",