681a54d9bb
These three bevy::window types are only referenced by apply_smart_default_window_size, which is already cfg(not(android)). The unconditional import triggered -D unused-imports on the Android cross-compile. Split into a separate cfg-gated use statement. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>