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

[Merged by Bors] - Derive Reflect + FromReflect for window event types #6235

Closed
wants to merge 18 commits into from

Commits on Oct 11, 2022

  1. Configuration menu
    Copy the full SHA
    e37d24e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2bb7d1b View commit details
    Browse the repository at this point in the history
  3. Add #[reflect(Default)]

    TehPers committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    b959ced View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ea2440f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d64de0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0c2be9d View commit details
    Browse the repository at this point in the history
  7. Add feature "glam" to dependency bevy_reflect

    `bevy_window` already depends on `glam` transitively, this just imports the reflection impls.
    TehPers committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    aac479a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c24eeff View commit details
    Browse the repository at this point in the history
  9. Merge related #[cfg_attr]s

    TehPers committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    6baab45 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2022

  1. Configuration menu
    Copy the full SHA
    e420569 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    04f7622 View commit details
    Browse the repository at this point in the history
  2. Reflect CompositeAlphaMode

    TehPers committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    352f325 View commit details
    Browse the repository at this point in the history
  3. Reflect CursorGrabMode

    TehPers committed Oct 26, 2022
    Configuration menu
    Copy the full SHA
    143e9f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08b47fe View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    aee13a3 View commit details
    Browse the repository at this point in the history
  2. Remove extra using

    TehPers committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    a435727 View commit details
    Browse the repository at this point in the history
  3. Fix formatting

    TehPers committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    17d036c View commit details
    Browse the repository at this point in the history
  4. Add missing #[reflect]

    TehPers committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    5b43265 View commit details
    Browse the repository at this point in the history