-
Notifications
You must be signed in to change notification settings - Fork 19
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
Iced 0.13 squash #175
Iced 0.13 squash #175
Conversation
*totally definitely 100% reads through all 53000 lines of code* uhh LGTM? In realness I'll test some things on my own application, but congratulations! This is a big deal 😎 |
Two things to start the I can't compile my iced application due to winit not having Compilation error:
My feature list:
|
Weird, sctk_todos runs fine on my machine. Ill double check that there is no Fill in a scrollable though. For the suggested bounds issue, maybe a cargo update would help? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make a branch based on the current version of the master branch before force-pushing this.
Ok I'll make a branch and a tag for the current version |
956dc80
to
79e74f5
Compare
I'll give it a try after work today! |
This is up to date with upstream master, and refactors the sctk shell to be integrated into the winit shell. It's been tested with cosmic-settings, examples from libcosmic, cosmic-applets, and cosmic-launcher. It seems to be in a good state to me, but we may need to make small adjustments as we update some more apps.