viridia / quill_v1

Reactive UI framework for Bevy game engine
MIT License
60 stars 7 forks source link

Migrate from impl_all_tuples to Bevy::utils::all_tuples. #18

Open viridia opened 9 months ago

viridia commented 9 months ago

I didn't realize Bevy had a tuples macro, we should use that instead of a third-party crate.

viridia commented 9 months ago

Looks like there are some issues with the Bevy tuples macro, it doesn't give access to the tuple index like the third-party crates do.