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

derive(SystemParam) better lifetime param (#10331) #13794

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. derive(SystemParam) better lifetime param (bevyengine#10331)

    previously, only 'w and 's lifetime parameters were permitted.
    now, 'world and 'state are permitted aswell.
    this is achieved by replacing every occurance of 'world with 'w, and likewise with state
    Wuketuke committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    2cacf87 View commit details
    Browse the repository at this point in the history
  2. fixed formatting

    Wuketuke committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    95fccce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16d1e37 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    914d178 View commit details
    Browse the repository at this point in the history