iced/graphics
Rose Hogenson f3733a811b Use float total_cmp instead of partial_cmp to get a total order.
Since Rust version 1.81, sort_by will panic if the provided comparison
function does not implement a total order.
See https://github.com/rust/lang/rust/issues/129561 for more details.
The simplest fix seems to be to use total_cmp instead of partial_cmp.
2024-10-26 09:28:20 -07:00
..
fonts Embed Fira Sans font on Wasm builds by default 2024-02-20 03:20:58 +01:00
src Use float total_cmp instead of partial_cmp to get a total order. 2024-10-26 09:28:20 -07:00
Cargo.toml Implement image support for canvas widget 2024-08-04 03:28:43 +02:00