lucaspoffo / renet

Server/Client network library for multiplayer games with authentication and connection management made with Rust
Apache License 2.0
622 stars 66 forks source link

Update bevy requirement from 0.8.0 to 0.9.0 #57

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)
dependabot[bot] commented 1 year ago

Looks like bevy is up-to-date now, so this is no longer needed.