use bevy::app::App; pub fn heat_conduction_plugin(app: &mut App) { }