JoJoJet / bevy-trait-query

adds trait queries to the bevy game engine
Apache License 2.0
65 stars 11 forks source link

Follow-up hotfix for #55 #56

Closed no-materials closed 3 months ago

no-materials commented 3 months ago

After updating to version 0.5 I am getting the following error:

error[E0576]: cannot find method or associated constant `update_archetype_component_access` in trait `bevy_trait_quer
y::imports::WorldQuery

above all usages of the queryable proc macro.

Disclaimer: I'm still trying to figure out why this should work in the first place.

JoJoJet commented 3 months ago

Can you share the code that triggered this error?

JoJoJet commented 3 months ago

Oh I think this is just because I didn't update the proc macro crate.

JoJoJet commented 3 months ago

This should be fixed by #57 -- can you confirm that the new published version works for you?

no-materials commented 3 months ago

This should be fixed by #57 -- can you confirm that the new published version works for you?

I can confirm that the new published version fixes the issue. Thanks for the swift reply & fix!

JoJoJet commented 3 months ago

Thank you for bringing this to my attention!