1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/crates/emath
Emil Ernerfeldt 1c8cf9e3d5 Move egui::util::History to emath::History (#2329)
* Move egui::util::History to emath::History

It is a nice thing to use outside of egui,
and it is more math-related than gui-related.

* Fix doctest
2022-11-21 14:14:33 +01:00
..
2022-11-16 19:08:03 +01:00

emath - egui math library

A bare-bones 2D math library with types and functions useful for GUI building.

Made for egui.