Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to iced 0.7 #78

Merged
merged 1 commit into from
Jan 16, 2023
Merged

Conversation

carl-anders
Copy link
Contributor

Only minor changes are needed to compile against iced 0.7.
I have tested all the programs in examples/ and they all compile, run and seem to work.
Updated iced_native to 0.8, iced_graphics to 0.6, iced_style to 0.6, iced to 0.7.

Examples time_picker and date_picker give deprecation warnings for chrono, but that is unrelated to the changes made.
There's some cargo fmt changes that should probably be done too, but I only applied formatting to code I changed in this PR.

Copy link
Collaborator

@genusistimelord genusistimelord left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good thank you.

@genusistimelord genusistimelord merged commit 495ecd9 into iced-rs:main Jan 16, 2023
@carl-anders
Copy link
Contributor Author

@genusistimelord If I do further changed to iced_aw, should I cargo fmt the files I changed or try to keep the old formatting where possible?

@genusistimelord
Copy link
Collaborator

yes we would appreciate that. cargo fmt is what we generally use.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants