1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/crates
valadaptive bbf9ac4d4b Stop wrapping FontsImpl in an Arc<Mutex<_>>
We never need to clone it, and none of its methods took `self` as
mutable, meaning it wasn't making use of the semantic difference between
the two.

This API is about to get reworked, and simplifying it is a first step.
2025-09-07 21:34:15 -04:00
..
2025-08-15 13:42:49 +02:00
2025-08-15 13:42:49 +02:00
2025-08-15 13:42:49 +02:00
2025-08-08 12:04:51 +02:00