JoJoJet / bevy-trait-query

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

Update to the Bevy 0.11 preview #39

Closed JoJoJet closed 1 year ago

JoJoJet commented 1 year ago

Updates the crate to bevy's main branch. Notably, this allows us to remove this crate's custom implementation of Mut, since the function Mut::new has been added upstream in https://github.com/bevyengine/bevy/pull/7931.