bevy/crates/bevy_ecs/macros
Alice Cecile c96b7ffb50 Remove ambiguity sets (#5916)
# Objective

Ambiguity sets are used to ignore system order ambiguities between groups of systems. However, they are not very useful: they are clunky, poorly integrated, and generally hampered by the difficulty using (or discovering) the ambiguity detector.

As a first step to the work in #4299, we're removing them.

## Migration Guide

Ambiguity sets have been removed.
2022-09-09 17:21:50 +00:00
..
src Remove ambiguity sets (#5916) 2022-09-09 17:21:50 +00:00
Cargo.toml Bump Version after Release (#5576) 2022-08-05 02:03:05 +00:00