iced-yoda/graphics
Mateusz Mikuła 044496f652 Sort using more deterministic algorithm
`hypot` while useful for most of the cases, may break sorting
assumptions like deterministic comparison.
As seen in: https://github.com/pop-os/cosmic-launcher/issues/352

Add and use a new method that trades the performance for more
determinism.
2026-04-13 10:36:11 -04:00
..
fonts Implement AutoScrollIcon overlay for scrollable 2025-11-28 08:28:03 +01:00
src Sort using more deterministic algorithm 2026-04-13 10:36:11 -04:00
Cargo.toml chore: remove once_cell dependency 2025-01-06 22:56:48 +01:00