1 2 3 4 5 6
use bevy::prelude::*; use bevy_fix_cursor_unlock_web::FixPointerUnlockPlugin; pub(super) fn plugin(app: &mut App) { app.add_plugins(FixPointerUnlockPlugin); }