Closed rlidwka closed 1 year ago
i made a pr on your branch. it's actually fine for this crate to use syn 1.0, we just need to update the path of the AppTypeRegistry as per the migration guide. i also changed a few other things.
note that you'll need to patch bevy_spectator
as well if that's not been updated already:
[patch.crates-io]
bevy_spectator = { git="https://github.com/GodGotzi/bevy_spectator" }
I tested this PR in my app, and it works perfectly!
Superseded by #54.
In this PR there are obvious changes. I made them, so you don't have to.
The problem:
macros
subcrate depends onsyn 1
, but bevy updated tosyn 2
.Anyone here knows proc macros? Can you update
macro
folder, pretty please?