Bevy version
0.11
What you did
Tried to use .configure_sets with a single system set parameter.
What went wrong
Received a compile error. It seems configure_set was not deprecated and configure_sets was not changed to support single item calls like other APIs in this family for 0.11.
Bevy version
0.11
What you did
Tried to use
.configure_setswith a single system set parameter.What went wrong
Received a compile error. It seems
configure_setwas not deprecated andconfigure_setswas not changed to support single item calls like other APIs in this family for0.11.