//! The engine's capability plugins, each a self-contained unit: the plugin
//! struct plus the systems, components, and resources its feature owns.
//! They are shaped so any of them could stand alone as a crate, and are
//! built into this crate behind feature flags on purpose: cargo features
//! decide what code exists, composing the plugin is what activates it.