slint/sixtyfps_runtime/rendering_backends/qt
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
..
build.rs Update license date 2021-07-02 15:55:54 +02:00
Cargo.toml Increase version numbers 2021-06-28 10:39:43 +02:00
key_generated.rs Update license date 2021-07-02 15:55:54 +02:00
lib.rs internal cleanup: Rename ComponentWindow to WindowRc 2021-07-21 20:33:02 +02:00
qt_window.rs Janitor: Replace float comparison dance with approx_eq from euclid 2021-07-22 20:01:23 +02:00
widgets.rs Janitor: Fix clippy::redundant_clone 2021-07-22 16:05:02 +02:00