-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Move all_tuples
and friends into its own crate
#15941
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
Comments
This should be part of the Bevy extended universe, over with |
To commence the bikeshedding, I propose |
|
Oh in line with the not-BSN crate, |
I like |
I think that putting |
Since
|
# Objective Fixes #15941 ## Solution Created https://crates.io/crates/variadics_please and moved the code there; updating references `bevy_utils/macros` is deleted. ## Testing cargo check ## Migration Guide Use `variadics_please::{all_tuples, all_tuples_with_size}` instead of `bevy::utils::{all_tuples, all_tuples_with_size}`.
# Objective Fixes bevyengine#15941 ## Solution Created https://crates.io/crates/variadics_please and moved the code there; updating references `bevy_utils/macros` is deleted. ## Testing cargo check ## Migration Guide Use `variadics_please::{all_tuples, all_tuples_with_size}` instead of `bevy::utils::{all_tuples, all_tuples_with_size}`.
Originally posted by @alice-i-cecile in #15936 (comment)
The text was updated successfully, but these errors were encountered: