open-rmf / rmf_site

Experimental visualizer for dense buildings in RMF
32 stars 13 forks source link

Update to Bevy 0.13 #232

Open luca-della-vedova opened 1 month ago

luca-della-vedova commented 1 month ago

New feature implementation

Implemented feature

As per description. We technically can go up to 0.14 but it is currently stuck on https://github.com/open-rmf/rmf_site/issues/231#issuecomment-2237993393, so this gets us closer (the 0.13 -> 0.14 breakage is minimal, so not a lot of duplicated work).

Implementation description

Will comment on the lines themselves for migrations that were not trivial

luca-della-vedova commented 1 month ago

Second block on web, https://github.com/bevyengine/bevy/pull/11278 is only available in 0.14 and the 0.13 behavior regressed with the workaround not really working, will just wait for 0.14 now.