aboutsummaryrefslogtreecommitdiff
path: root/mingling_macros/src/systems/dispatch_list_gen.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor!: remove dynamic dispatcher registration API魏曹先生45 hours1-0/+57
Dispatchers are now always registered at compile time, removing the `with_dispatcher` / `with_dispatchers` methods and the `PathfinderConfig` API. The `dispatch_tree` feature now only controls the matching strategy (trie vs linear list).