mirror of
https://github.com/emilk/egui.git
synced 2026-06-27 07:03:14 -04:00
Adds `Marginf` to fill the previous niche. This is all in a pursuit to shrink the sizes of often-used structs, to improve performance (less cache misses, less memcpy:s, etc). * On the path towards https://github.com/emilk/egui/issues/4019