Apply cargo check fixes
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
use bevy::{
|
use bevy::{
|
||||||
input::keyboard::Key,
|
|
||||||
math::bounding::{Aabb2d, BoundingCircle, BoundingVolume, IntersectsVolume},
|
math::bounding::{Aabb2d, BoundingCircle, BoundingVolume, IntersectsVolume},
|
||||||
prelude::*,
|
prelude::*,
|
||||||
sprite::MaterialMesh2dBundle,
|
sprite::MaterialMesh2dBundle,
|
||||||
|
|||||||
@@ -5,8 +5,6 @@ mod breakout_plugin;
|
|||||||
mod hello_world_plugin;
|
mod hello_world_plugin;
|
||||||
|
|
||||||
use birdoids_plugin::BoidsPlugin;
|
use birdoids_plugin::BoidsPlugin;
|
||||||
use breakout_plugin::BreakoutPlugin;
|
|
||||||
use hello_world_plugin::HelloPlugin;
|
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
App::new()
|
App::new()
|
||||||
|
|||||||
Reference in New Issue
Block a user