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

Update Bevy to 0.11 #364

Merged
merged 5 commits into from
Jul 11, 2023
Merged

Commits on Jul 10, 2023

  1. Update Bevy to 0.11

    paul-hansen committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    7fb55b0 View commit details
    Browse the repository at this point in the history
  2. Fix cargo doc warnings

    paul-hansen committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    dfbe44b View commit details
    Browse the repository at this point in the history
  3. Update RELEASES.md

    paul-hansen committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    84586fe View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary #[bundle()]

    Appears this just isn't needed anymore as I had removed the others
    without issue.
    
    In 0.10 `#[bundle]` was used, in 0.11 `#[bundle(ignore)]` was added,
     causing `#[bundle]` to error. I couldn't find mention of how migrate
    `#[bundle]` but removing it seems to just work.
    paul-hansen committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    dcc93f8 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

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