plotters-iced icon indicating copy to clipboard operation
plotters-iced copied to clipboard

Migrate to Rust 2024 and to iced 0.14

Open GyulyVGC opened this issue 3 months ago • 1 comments

Migrate to Rust 2024 and to iced 0.14.

@Joylei with the 2024 edition of Rust, static mutable refs are unstable.

I had to use #[allow(static_mut_refs)] on method style_to_font if you want to take a closer look.


[!NOTE]

I've published plotters-iced2 for you to use with the latest versions of iced, Since the maintainer of this library seems to be inactive on GitHub.

Links: GitHub | Crates

GyulyVGC avatar Dec 11 '25 10:12 GyulyVGC

[!NOTE]

I've published plotters-iced2 for you to use with the latest versions of iced, Since the maintainer of this library seems to be inactive on GitHub.

Links: GitHub | Crates

GyulyVGC avatar Dec 29 '25 14:12 GyulyVGC