slint/sixtyfps_runtime
Tobias Hunger 02bdcbf6ff Janitor: Replace float comparison dance with approx_eq from euclid
Sixtyfps uses euclid already, so let's use euclid for float comparisons
as well.

I changed the code to decide whether a number is a positive integer to
make do without a comparison along the way.
2021-07-22 20:01:23 +02:00
..
corelib Janitor: Fix clippy::redundant_clone 2021-07-22 16:05:02 +02:00
corelib_macros Janitor: Allow nonstandard_macro_braces in SixtyFPSElement macro 2021-07-08 20:43:38 +02:00
interpreter Janitor: Fix clippy::redundant_clone 2021-07-22 16:05:02 +02:00
rendering_backends Janitor: Replace float comparison dance with approx_eq from euclid 2021-07-22 20:01:23 +02:00