egui/egui_demo_lib/src
Emil Ernerfeldt 5f88d89f74
Faster galley cache (#699)
* Speed up galley cache by only using the hash as key

This hashes the job but doesn't compare them with Eq,
which speeds up demo_with_tessellate__realistic by 5-6%,
winning back all the performance lost in
https://github.com/emilk/egui/pull/682

* Remove custom Eq/PartialEq code for LayoutJob and friends

* Silence clippy

* Unrelated clippy fixes
2021-09-04 10:19:58 +02:00
..
apps Faster galley cache (#699) 2021-09-04 10:19:58 +02:00
easy_mark New text layout (#682) 2021-09-03 18:18:00 +02:00
backend_panel.rs Horizontal scrolling (#663) 2021-08-28 13:18:21 +02:00
frame_history.rs All `Ui`:s must now have a finite `max_rect` 2021-08-28 16:02:16 +02:00
lib.rs Update dependencies and pass all clippy's (#636) 2021-08-20 22:31:20 +02:00
wrap_app.rs Drag and drop files into egui_glium and egui_web (#637) 2021-08-20 22:20:45 +02:00