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] - Simplify trait hierarchy for SystemParam #6865

Closed
wants to merge 20 commits into from

Commits on Dec 5, 2022

  1. simplify SystemParam traits

    JoJoJet committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    248327e View commit details
    Browse the repository at this point in the history
  2. update ParamSet

    JoJoJet committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    55e1d3b View commit details
    Browse the repository at this point in the history
  3. update derive macro

    JoJoJet committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    fefccaa View commit details
    Browse the repository at this point in the history
  4. update bevy_ecs

    JoJoJet committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    0f07356 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7c3c88 View commit details
    Browse the repository at this point in the history
  6. update bevy_render

    JoJoJet committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    90e5475 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    33b5cbe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bc8175c View commit details
    Browse the repository at this point in the history
  9. update some doc comments

    JoJoJet committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    1371d69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a7c812c View commit details
    Browse the repository at this point in the history
  11. update a UI test

    JoJoJet committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    56b853c View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. Configuration menu
    Copy the full SHA
    caa0d93 View commit details
    Browse the repository at this point in the history
  2. move associated types

    JoJoJet committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    d5d4d17 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    e7ccaaa View commit details
    Browse the repository at this point in the history
  2. fix a UI test

    JoJoJet committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    c9fb9e6 View commit details
    Browse the repository at this point in the history
  3. actually fix the UI test

    JoJoJet committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    7791772 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6aa02e4 View commit details
    Browse the repository at this point in the history
  5. fix a StaticSystemParam impl

    JoJoJet committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    31dde29 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4da9218 View commit details
    Browse the repository at this point in the history
  7. this ui test is my nemesis

    JoJoJet committed Dec 7, 2022
    Configuration menu
    Copy the full SHA
    a369a2b View commit details
    Browse the repository at this point in the history