//! Core compositor orchestration and public command types.
//!//! The core module owns scene state, ownership relationships, and window
//! attachment while platform and backend adapters remain internal details.
modcommands;modcompositor;pubusecommands::CompositionCommand;pubusecompositor::{
AttachWindowOptions, Compositor, EventRouter, EventRoutingDecision, RoutedEventContext,
RoutedEventKind,};