Replies: 1 comment
-
Have seen this issue with other parts of code as well. Last release of iced was done in May, so I am assuming there are some code changes in mainline which are not reflected in release. Just clone the repo and specify the path for dependency instead of release version. It should work. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In one of the examples called styling, in the main.rs it uses
use iced::theme::{self, Theme};
However when I try that in my own program I get
unresolved import
iced::themeno
themein the root
Beta Was this translation helpful? Give feedback.
All reactions