iced-yoda/core
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
..
src Sort using more deterministic algorithm 2026-04-13 10:36:11 -04:00
Cargo.toml chore: cleanup platform specific code 2026-03-30 18:47:47 -04:00
README.md Update outdated READMEs of subcrates 2024-05-27 13:47:57 +02:00

iced_core

Documentation Crates.io License Discord Server

iced_core holds basic reusable types of the public API. For instance, basic data types like Point, Rectangle, Length, etc.

This crate is meant to be a starting point for an Iced runtime.

The foundations