Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to Bevy 0.14 #258

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft

Conversation

notmd
Copy link

@notmd notmd commented May 13, 2024

Part of #245

@Shatur
Copy link
Contributor

Shatur commented May 13, 2024

I just looked closer at EventRegistry and I don't think that we need it... Looks like it only allows to run update.
For our case we probably need to create our own registry, similar to ReplicationFns that we have now, but for events. It should be much simpler then ReplicationFns, we just need to store serialization and deserialization (no fancy marker API or writing separation).

It means that the update to 0.14 is not necessary. But this PR still can be handy when 0.14 drops :) Converting into draft for now.

@Shatur Shatur marked this pull request as draft May 13, 2024 14:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants