jakobhellermann / bevy-inspector-egui

Inspector plugin for the bevy game engine
Apache License 2.0
1.12k stars 166 forks source link

`bevy` `v0.11` released #140

Closed KMaheshBhat closed 1 year ago

KMaheshBhat commented 1 year ago

Bevy 0.11 is released: https://bevyengine.org/news/bevy-0-11/

Please add Bevy 0.11 support to bevy-inspector-egui .

KMaheshBhat commented 1 year ago

While checking out dependencies for this upgrade, it looks like it needs bevy-egui to support Bevy 0.11 - and there is a PR on that project for the upgrade: https://github.com/mvlabat/bevy_egui/pull/188

KMaheshBhat commented 1 year ago

Open PR https://github.com/jakobhellermann/bevy-inspector-egui/pull/137 worked on by @Vrixyz but:

  1. it currently points to (git) bevy main instead of released 0.11 crate
  2. it currently points to (git) bevy_egui bevy-main instead of a released crate
KMaheshBhat commented 1 year ago

Fixed in PR https://github.com/jakobhellermann/bevy-inspector-egui/pull/141:

  1. it currently points to (git) bevy main instead of released 0.11 crate
KMaheshBhat commented 1 year ago

PR https://github.com/jakobhellermann/bevy-inspector-egui/pull/141 now has bevy_egui pointing to 0.22 (along with upgrades to few other dependencies).

jakobhellermann commented 1 year ago

0.19 has support for bevy 0.11