rust icon indicating copy to clipboard operation
rust copied to clipboard

Add a separate branch for iced 14

Open janTatesa opened this issue 2 months ago • 3 comments

This crate doesn't work with iced 14. There should be a separate branch which uses iced 14

janTatesa avatar Oct 22 '25 14:10 janTatesa

more than happy to support multiple versions, we can probably do it with cargo features à la catppuccin/egui.

side note; when you say iced 14 i assume you're referring to the incomplete 0.14 milestone. are you suggesting we add an iced-latest dependency on { git = "https://github.com/iced-rs/iced.git" }?

backwardspy avatar Oct 23 '25 10:10 backwardspy

Yeah

janTatesa avatar Oct 23 '25 14:10 janTatesa

Though not sure if it can be done via cargo features when it's not on crates.io

janTatesa avatar Oct 28 '25 12:10 janTatesa