1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-27 07:03:14 -04:00
Files
egui/crates/epaint/src
Phen-Ro 5f4046d68a Use impl Into<Stroke> as argument in a few more places (#3420)
* Functions that take Stroke were updated to take Into<Stroke> to make
them consistent with other Into<Stroke> parameters.
* Vec2 implements DivAssign<f32>, to make it consistent with already
implementing MulAssign<f32> and Div<f32>.
* Vec2::angled() uses sin_cos() rather than an individual sin() and
cos() call for an immeasurable but hypothetical performance improvement.
* Disable the lock_reentry_single_thread() mutex test. Lock()ing twice
on the same thread is not guaranteed to panic.

* Closes <https://github.com/emilk/egui/issues/3419>.
2023-11-10 21:36:51 +01:00
..
2023-10-06 09:01:31 +02:00
2023-09-12 10:39:17 +02:00
2022-12-08 10:55:13 +01:00
2023-04-18 15:52:45 +02:00
2023-09-27 09:06:17 +02:00
2023-08-11 13:54:02 +02:00
2023-09-06 07:59:24 +02:00
2023-11-09 18:41:58 +01:00
2023-08-25 07:44:25 +02:00