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 requirement from 0.8.0 to 0.9.0 #25

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 14, 2022

Updates the requirements on bevy to permit the latest version.

Changelog

Sourced from bevy's changelog.

Version 0.9.0 (2022-11-12)

Added

  • [Bloom][6397]
  • [Add FXAA postprocessing][6393]
  • [Fix color banding by dithering image before quantization][5264]
  • [Plugins own their settings. Rework PluginGroup trait.][6336]
  • [Add global time scaling][5752]
  • [add globals to mesh view bind group][5409]
  • [Add UI scaling][5814]
  • [Add FromReflect for Timer][6422]
  • [Re-add local bool has_received_time in time_system][6357]
  • [Add default implementation of Serialize and Deserialize to Timer and Stopwatch][6248]
  • [add time wrapping to Time][5982]
  • [Stopwatch elapsed secs f64][5978]
  • [Remaining fn in Timer][5971]
  • [Support array / cubemap / cubemap array textures in KTX2][5325]
  • [Add methods for silencing system-order ambiguity warnings][6158]
  • [bevy_dynamic_plugin: make it possible to handle loading errors][6437]
  • [can get the settings of a plugin from the app][6372]
  • [Use plugin setup for resource only used at setup time][6360]
  • [Add TimeUpdateStrategy resource for manual Time updating][6159]
  • [dynamic scene builder][6227]
  • [Create a scene from a dynamic scene][6229]
  • [Scene example: write file in a task][5952]
  • [Add writing of scene data to Scene example][5949]
  • [can clone a scene][5855]
  • [Add "end of main pass post processing" render graph node][6468]
  • [Add Camera::viewport_to_world][6126]
  • [Sprite: allow using a sub-region (Rect) of the image][6014]
  • [Add missing type registrations for bevy_math types][5758]
  • [Add serialize feature to bevy_core][6423]
  • [add serialize feature to bevy_transform][6379]
  • [Add associated constant IDENTITY to Transform and friends.][5340]
  • [bevy_reflect: Add Reflect::into_reflect][6502]
  • [Add reflect_owned][6494]
  • [Reflect for Tonemapping and ClusterConfig][6488]
  • [add ReflectDefault to std types][6429]
  • [Add FromReflect for Visibility][6410]
  • [Register RenderLayers type in CameraPlugin][6308]
  • [Enable Constructing ReflectComponent/Resource][6257]
  • [Support multiple #[reflect]/#[reflect_value] + improve error messages][6237]
  • [Reflect Default for GlobalTransform][6200]
  • [Impl Reflect for PathBuf and OsString][6193]
  • [Reflect Default for ComputedVisibility and Handle<T>][6187]
  • [Register Wireframe type][6152]
  • [Derive FromReflect for Transform and GlobalTransform][6015]
  • [Make arrays behave like lists in reflection][5987]
  • [Implement Debug for dynamic types][5948]

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [bevy](https://github.com/bevyengine/bevy) to permit the latest version.
- [Release notes](https://github.com/bevyengine/bevy/releases)
- [Changelog](https://github.com/bevyengine/bevy/blob/main/CHANGELOG.md)
- [Commits](bevyengine/bevy@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: bevy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Nov 14, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 5, 2022

Superseded by #26.

@dependabot dependabot bot closed this Dec 5, 2022
@dependabot dependabot bot deleted the dependabot/cargo/bevy-0.9.0 branch December 5, 2022 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file rust Pull requests that update Rust code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants