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

iced_lazy and Component trait #1131

Merged
merged 4 commits into from
Dec 2, 2021
Merged

iced_lazy and Component trait #1131

merged 4 commits into from
Dec 2, 2021

Commits on Nov 29, 2021

  1. Configuration menu
    Copy the full SHA
    bffa720 View commit details
    Browse the repository at this point in the history
  2. Draft component example 🎉

    hecrj committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    010b62b View commit details
    Browse the repository at this point in the history
  3. Hide Box allocation in component::view

    ... we may be able to avoid it with generics in the future.
    hecrj committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    f7792d8 View commit details
    Browse the repository at this point in the history
  4. Introduce Shell type in iced_native

    Widgets now can invalidate the current layout of the application on demand.
    hecrj committed Nov 29, 2021
    Configuration menu
    Copy the full SHA
    bbd9355 View commit details
    Browse the repository at this point in the history