egui/crates
Emil Ernerfeldt dd5285cccb
Support multi-threaded Wasm (#3236)
Replace `atomic_refcell` with `parking_lot` on wasm32.

`parking_lot` has had problems running on wasm32 before
(https://github.com/emilk/egui/issues/1401)
but it works these days.
If we have problems again we can always switch to `std::sync::Mutex`.

Closes https://github.com/emilk/egui/issues/3102
2023-08-11 15:08:00 +02:00
..
ecolor Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
eframe Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui-wgpu Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui-winit Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_demo_app Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_demo_lib Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_extras Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_glium Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_glow Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
egui_web Fix typos (#2866) 2023-04-18 15:52:45 +02:00
emath Increase MSRV to 1.67 (#3234) 2023-08-11 13:54:02 +02:00
epaint Support multi-threaded Wasm (#3236) 2023-08-11 15:08:00 +02:00