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 to Bevy 0.13 #27

Merged
merged 5 commits into from Feb 18, 2024
Merged

Update to Bevy 0.13 #27

merged 5 commits into from Feb 18, 2024

Commits on May 6, 2023

  1. Update to latest Bevy main 0.11 (IyesGames#23)

    * fix assets tracking logic
    
    * depend on bevy main
    
    * Udate to latest Bevy main; prep for 0.8 (IyesGames#16)
    
    * Update to latest Bevy commit
    
    * Manually derive StageLabel
    
    * Do not pin the Bevy commit
    
    * Cargo.toml: point back at non-forked iyes_loopless
    
    Co-authored-by: Ida Iyes <40234599+inodentry@users.noreply.github.com>
    
    * loopless moved some things around
    
    * v0.4: Bevy 0.8
    
    * refactor things conditional on loopless into separate files
    
    * implement "hidden progress"
    
    * abstract progress return types with a trait
    
    * add hidden progress to example
    
    * add dummy systems, they might be useful to someone
    
    * version bump to 0.5.0
    
    * update to iyes_loopless 0.8
    
    * version bump to 0.6.0
    
    * bevy 0.9 compat
    
    * Mark progress plugin as not unique (IyesGames#18)
    
    * Version bump to 0.7.1
    
    * unique name for each plugin instance (IyesGames#19)
    
    * add note about issue IyesGames#20
    
    * Bump Bevy to main 0.11-dev
    
    ---------
    
    Co-authored-by: Ida Iyes <identry@protonmail.com>
    Co-authored-by: Niklas Eicker <git@nikl.me>
    Co-authored-by: Ida Iyes <40234599+inodentry@users.noreply.github.com>
    Co-authored-by: François <mockersf@gmail.com>
    5 people committed May 6, 2023
    Configuration menu
    Copy the full SHA
    1c0df95 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. Update to Bevy main 0.13

    NiklasEi committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    95cf277 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2e8eda View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Bump version for Bevy 0.13

    NiklasEi committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    4d10796 View commit details
    Browse the repository at this point in the history
  2. Bump Bevy dependency to 0.13

    NiklasEi committed Feb 17, 2024
    Configuration menu
    Copy the full SHA
    60a3f5c View commit details
    Browse the repository at this point in the history