egui/crates
Emil Ernerfeldt f7a15a34f9
Panel collapse/expansion animation (#2190)
* Add API for querying the size of a panel

* demo app: animate backend panel collapse

* Add helper function for animating panels

* More animation functions

* Add line to changelog
2022-10-28 11:51:56 +02:00
..
eframe eframe: Make fullsize_content mac-only 2022-10-21 08:55:56 +02:00
egui Panel collapse/expansion animation (#2190) 2022-10-28 11:51:56 +02:00
egui-wgpu using a shared vertex & index buffer in wgpu renderer (#2148) 2022-10-14 10:53:19 +02:00
egui-winit Fix copy-paste on Windows (#2120) 2022-10-07 14:46:42 +02:00
egui_demo_app Panel collapse/expansion animation (#2190) 2022-10-28 11:51:56 +02:00
egui_demo_lib Update some crates (#2100) 2022-10-02 20:33:45 +02:00
egui_extras table: fix deadlocks caused by lock fairness (#2156) 2022-10-16 20:10:48 +02:00
egui_glium Remove .with_srgb(false) when constructing window (#2110) 2022-10-08 11:43:48 +02:00
egui_glow Remove .with_srgb(false) when constructing window (#2110) 2022-10-08 11:43:48 +02:00
egui_web Fix broken GitHub source links due to #1940 2022-08-20 15:18:02 +02:00
emath Release 0.19.0 - wgpu backend, repaint_after, continue-after-close 2022-08-20 16:49:58 +02:00
epaint Allows creating a ColorImage struct without an alpha channel (#2167) 2022-10-19 15:01:53 +02:00