RPG-Alex / project-julia

A Web Assembly Adaptation of a procedurally generated image based on Julia Sets
2 stars 1 forks source link

Update to Bevy 0.13.0 #31

Open RPG-Alex opened 8 months ago

RPG-Alex commented 8 months ago

The current project version of bevy is not the most currently available.

It would be good to do this on a testing branch first before switching the whole project to the newest version.

Silzinc commented 8 months ago

Here is a guide to do this: https://bevyengine.org/learn/migration-guides/0-12-to-0-13/ It will actually be necessary for the Julia shader in progress to work. I will do it in the meantime.