egui/emath/src
Emil Ernerfeldt 3e2746a288
Make it easy to panels inside of Ui:s (#629)
* Allow using the layout cursor to restrict available area

* Avoid id clashes when putting panels inside a Ui

* Panels: Propagate height/width range to inner Ui

* Allow easy placement of panels inside of Ui:s

* demo: simplify Windows with Panels demo
2021-08-20 00:10:06 +02:00
..
align.rs Make it easy to panels inside of Ui:s (#629) 2021-08-20 00:10:06 +02:00
lib.rs Use old 1.51 toolchain instead of bleeding edge (#505) 2021-06-23 09:16:39 +02:00
numeric.rs Optimize: add #[inline(always)] to various low-level things 2021-03-28 23:16:19 +02:00
pos2.rs implement mint conversions (#352) 2021-05-08 08:17:01 +02:00
rect.rs Resizable panels + right and bottom panels (#438) 2021-05-26 22:06:10 +02:00
rect_transform.rs A simple 2D plot library 2021-02-17 22:54:10 +01:00
rot2.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
smart_aim.rs Add features extra_asserts and extra_debug_asserts for more asserts 2021-05-17 22:38:39 +02:00
vec2.rs Add Vec2::to_pos2 2021-07-20 14:32:12 +02:00