rust
rust copied to clipboard
Add a separate branch for iced 14
This crate doesn't work with iced 14. There should be a separate branch which uses iced 14
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" }?
Yeah
Though not sure if it can be done via cargo features when it's not on crates.io