kgv / bevy_fluent

Bevy plugin for localization using Fluent.
Apache License 2.0
127 stars 17 forks source link

Update bevy requirement from 0.5.0 to 0.6.0 #12

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.5.0 (2021-04-06)

Added

  • [PBR Rendering][1554]
  • [PBR Textures][1632]
  • [HIDPI Text][1132]
  • [Rich text][1245]
  • [Wireframe Rendering Pipeline][562]
  • [Render Layers][1209]
  • [Add Sprite Flipping][1407]
  • [OrthographicProjection scaling mode + camera bundle refactoring][400]
  • [3D OrthographicProjection improvements + new example][1361]
  • [Flexible camera bindings][1689]
  • [Render text in 2D scenes][1122]
  • [Text2d render quality][1171]
  • [System sets and run criteria v2][1675]
  • [System sets and parallel executor v2][1144]
  • [Many-to-many system labels][1576]
  • [Non-string labels (#1423 continued)][1473]
  • [Make EventReader a SystemParam][1244]
  • [Add EventWriter][1575]
  • [Reliable change detection][1471]
  • [Redo State architecture][1424]
  • [Query::get_unique][1263]
  • [gltf: load normal and occlusion as linear textures][1762]
  • [Add separate brightness field to AmbientLight][1605]
  • [world coords to screen space][1258]
  • [Experimental Frustum Culling (for Sprites)][1492]
  • [Enable wgpu device limits][1544]
  • [bevy_render: add torus and capsule shape][1223]
  • [New mesh attribute: color][1194]
  • [Minimal change to support instanced rendering][1262]
  • [Add support for reading from mapped buffers][1274]
  • [Texture atlas format and conversion][1365]
  • [enable wgpu device features][547]
  • [Subpixel text positioning][1196]
  • [make more information available from loaded GLTF model][1020]
  • [use Name on node when loading a gltf file][1183]
  • [GLTF loader: support mipmap filters][1639]
  • [Add support for gltf::Material::unlit][1341]
  • [Implement Reflect for tuples up to length 12][1218]
  • [Process Asset File Extensions With Multiple Dots][1277]
  • [Update Scene Example to Use scn.ron File][1339]
  • [3d game example][1252]
  • [Add keyboard modifier example (#1656)][1657]
  • [Count number of times a repeating Timer wraps around in a tick][1112]
  • [recycle Timer refactor to duration.sparkles Add Stopwatch struct.][1151]
  • [add scene instance entity iteration][1058]
  • [Make Commands and World apis consistent][1703]

... (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 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.