lucaspoffo / renet

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

Update bevy requirement from 0.6.1 to 0.7.0 #7

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on bevy to permit the latest version.

Changelog

Sourced from bevy's changelog.

Version 0.7.0 (2022-04-15)

Added

  • [Mesh Skinning][4238]
  • [Animation Player][4375]
  • [Gltf animations][3751]
  • [Mesh vertex buffer layouts][3959]
  • [Render to a texture][3412]
  • [KTX2/DDS/.basis compressed texture support][3884]
  • [Audio control - play, pause, volume, speed, loop][3948]
  • [Auto-label function systems with SystemTypeIdLabel][4224]
  • [Query::get_many][4298]
  • [Dynamic light clusters][3968]
  • [Always update clusters and remove per-frame allocations][4169]
  • [ParamSet for conflicting SystemParam:s][2765]
  • [default() shorthand][4071]
  • [use marker components for cameras instead of name strings][3635]
  • [Implement WorldQuery derive macro][2713]
  • [Implement AnyOf queries][2889]
  • [Compute Pipeline Specialization][3979]
  • [Make get_resource (and friends) infallible][4047]
  • [bevy_pbr: Support flipping tangent space normal map y for DirectX normal maps][4433]
  • [Faster view frustum culling][4181]
  • [Use storage buffers for clustered forward point lights][3989]
  • [Add &World as SystemParam][2923]
  • [Add text wrapping support to Text2d][4347]
  • [Scene Viewer to display glTF files][4183]
  • [Internal Asset Hot Reloading][3966]
  • [Add FocusPolicy to NodeBundle and ImageBundle][3952]
  • [Allow iter combinations on queries with filters][3656]
  • [bevy_render: Support overriding wgpu features and limits][3912]
  • [bevy_render: Use RenderDevice to get limits/features and expose AdapterInfo][3931]
  • [Reduce power usage with configurable event loop][3974]
  • [can specify an anchor for a sprite][3463]
  • [Implement len and is_empty for EventReaders][2969]
  • [Add more FromWorld implementations][3945]
  • [Add cart's fork of ecs_bench_suite][4225]
  • [bevy_derive: Add derives for Deref and DerefMut][4328]
  • [Add clear_schedule][3941]
  • [Add Query::contains][3090]
  • [bevy_render: Support removal of nodes, edges, subgraphs][3048]
  • [Implement init_resource for Commands and World][3079]
  • [Added method to restart the current state][3328]
  • [Simplify sending empty events][2935]
  • [impl Command for impl FnOnce(&mut World)][2996]
  • [Useful error message when two assets have the save UUID][3739]
  • [bevy_asset: Add AssetServerSettings watch_for_changes member][3643]
  • [Add conversio from Color to u32][4088]
  • [Introduce SystemLabel's for RenderAssetPlugin, and change Image preparation system to run before others][3917]

... (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)