usebevy::app::Plugin;/// For unsupported platforms, this plugin is used.
////// This is only to avoid compile errors and doesn't actually do anything.
pubstructChildWindowPlugin;implPlugin forChildWindowPlugin{fnbuild(&self, _app:&mutbevy::app::App){}}