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

bevy_prototype_lyon v0.12.0 #250

Merged
merged 16 commits into from
Jul 5, 2024
Merged

bevy_prototype_lyon v0.12.0 #250

merged 16 commits into from
Jul 5, 2024

Commits on Jul 5, 2024

  1. Resolve merge conflicts

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a28ea34 View commit details
    Browse the repository at this point in the history
  2. Use GitHub Actions config from master branch (#217)

    * Use GitHub Actions config from master branch
    
    * Fix formatting
    
    * Fix deprecation warnings on add_plugin
    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    7380238 View commit details
    Browse the repository at this point in the history
  3. Fix CI (#218)

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    be43ef1 View commit details
    Browse the repository at this point in the history
  4. Fix shader (#219)

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    3c66d09 View commit details
    Browse the repository at this point in the history
  5. Use SpatialBundle (#221)

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a9e32a6 View commit details
    Browse the repository at this point in the history
  6. Use MaterialMesh2dBundle with ColorMaterial (#224)

    * Use `MaterialMesh2dBundle` with `ColorMaterial`
    
    * clippy
    
    * Fix green channel filtering bug
    
    * Clippy again
    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8bf0944 View commit details
    Browse the repository at this point in the history
  7. Fix CI (#237)

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    68f5445 View commit details
    Browse the repository at this point in the history
  8. Rename Color to LegacyColor (#240)

    * Rename usages of `Color` to `LegacyColor`
    
    * Fix tests
    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    10aab40 View commit details
    Browse the repository at this point in the history
  9. Revert "Rename Color to LegacyColor (#240)" (#243)

    This reverts commit 6918ca1.
    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    f4d16ab View commit details
    Browse the repository at this point in the history
  10. Migrate to bevy_color (#242)

    * Migrate to `bevy_color`
    
    The example `dynamic_shape` does not work.
    
    * Update palette color usage
    
    * Fix tests
    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    87c8a09 View commit details
    Browse the repository at this point in the history
  11. Fix CI (#244)

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    a559982 View commit details
    Browse the repository at this point in the history
  12. Fix CI

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    195e830 View commit details
    Browse the repository at this point in the history
  13. Update to bevy 0.14 (#247)

    * update to bevy 0.14.0-rc.3
    
    * Depend on `main` branch of Bevy
    
    ---------
    
    Co-authored-by: Nilirad <gisquerin@gmail.com>
    Azorlogh and Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    08a269d View commit details
    Browse the repository at this point in the history
  14. Fix CI (#248)

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    d3cd25b View commit details
    Browse the repository at this point in the history
  15. Update Cargo.toml

    amytimed authored and Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    60da2e5 View commit details
    Browse the repository at this point in the history
  16. Update documents

    Nilirad committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    919a647 View commit details
    Browse the repository at this point in the history