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

Migrate to bevy 0.14 #127

Merged
merged 20 commits into from
Sep 7, 2024
Merged

Migrate to bevy 0.14 #127

merged 20 commits into from
Sep 7, 2024

Commits on Aug 19, 2024

  1. chore: First pass.

    shanecelis committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    26d7678 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Configuration menu
    Copy the full SHA
    2e507fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a47d413 View commit details
    Browse the repository at this point in the history
  3. typo

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    84e1055 View commit details
    Browse the repository at this point in the history
  4. fix stack overflow and improve logging in bootstrapping, build bootst…

    …rap into nearest target
    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    9f01ebd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a1e3529 View commit details
    Browse the repository at this point in the history
  6. typo

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    43f1a00 View commit details
    Browse the repository at this point in the history
  7. fix issues with file loader

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    641b6f0 View commit details
    Browse the repository at this point in the history
  8. generate new providers

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    8a6dee3 View commit details
    Browse the repository at this point in the history
  9. add uuid dependency

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    7ddeb27 View commit details
    Browse the repository at this point in the history
  10. ignore TypeId as a proxy

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    724db05 View commit details
    Browse the repository at this point in the history
  11. re-generate bevy_reflect

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    3be745f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0fa5c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6fdbdb8 View commit details
    Browse the repository at this point in the history
  14. add wsl exports

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    0b79a0a View commit details
    Browse the repository at this point in the history
  15. formatting

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    897497b View commit details
    Browse the repository at this point in the history
  16. fix clippy warnings

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    3dedf87 View commit details
    Browse the repository at this point in the history
  17. more clippy fixes

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    33e24d6 View commit details
    Browse the repository at this point in the history
  18. fix macro tests

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    f223046 View commit details
    Browse the repository at this point in the history
  19. fix macro test

    makspll committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    6de40fe View commit details
    Browse the repository at this point in the history