egui/crates
Clement Rey 367378d75d
Fix false positives wrt RwLock deadlock detection (#2121)
* add a test suite demonstrating the issue

* fix false positives in RwLock, thus passing the new test suite

* friendler output

* augmented test suite with RWlock specifics (failing as expected!)

* full support for RWLocks

* implement support for guard remappings

* Add some newlines

* join `use` statements

* pass cranky

* addressing PR comments

Co-authored-by: Emil Ernerfeldt <emil.ernerfeldt@gmail.com>
2022-10-10 12:07:44 +02:00
..
eframe Remove .with_srgb(false) when constructing window (#2110) 2022-10-08 11:43:48 +02:00
egui Only call the request_repaint_callback at most once per frame (#2126) 2022-10-10 10:47:20 +02:00
egui-wgpu Update to wgpu 0.14 (#2114) 2022-10-06 15:50:46 +02:00
egui-winit Fix copy-paste on Windows (#2120) 2022-10-07 14:46:42 +02:00
egui_demo_app eframe support for wgpu on the web (#2107) 2022-10-05 20:14:18 +02:00
egui_demo_lib Update some crates (#2100) 2022-10-02 20:33:45 +02:00
egui_extras egui_extras: Add Table::vertical_scroll_offset (#1946) 2022-08-28 09:37:23 +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 Fix false positives wrt RwLock deadlock detection (#2121) 2022-10-10 12:07:44 +02:00