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
..
src Move egui::util::History to emath::History (#2329) 2022-11-21 14:14:33 +01:00
Cargo.toml Update to Rust 1.65 (#2314) 2022-11-16 19:08:03 +01:00
README.md Move all crates into a crates directory (#1940) 2022-08-20 10:41:49 +02:00

emath - egui math library

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

Made for egui.