slint/sixtyfps_runtime/rendering_backends/gl
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
..
fonts Implement basic font fallbacks for WASM and macOS 2021-01-14 08:53:14 +01:00
Cargo.toml Remove the freetype dependency on Windows and macOS 2021-07-13 19:29:49 +02:00
eventloop.rs Janitor: Fix clippy::redundant_closure 2021-07-22 16:05:08 +02:00
fonts.rs Janitor: Fix clippy::needless_lifetimes 2021-07-22 16:04:00 +02:00
graphics_window.rs Janitor: Remove unecessary cast 2021-07-22 14:07:22 +02:00
images.rs Janitor: Fix clippy::redundant_closure 2021-07-22 16:05:08 +02:00
lib.rs Janitor: Replace float comparison dance with approx_eq from euclid 2021-07-22 20:01:23 +02:00
svg.rs Update license date 2021-07-02 15:55:54 +02:00