mirror of
https://github.com/lightsoutgames/bevy_full_throttle
synced 2024-12-22 04:45:57 +00:00
chore: Allow unused imports to allow for cross-platform compilation.
This commit is contained in:
parent
d7aec8c0bf
commit
5794248613
|
@ -1,3 +1,4 @@
|
|||
#[allow(unused_imports)]
|
||||
use bevy::{
|
||||
app::{AppExit, TerminalCtrlCHandlerPlugin},
|
||||
prelude::*,
|
||||
|
|
Loading…
Reference in New Issue
Block a user