From 323d0b1268b69c5efd23354121ee98c484ebbb41 Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Mon, 29 Aug 2022 14:06:44 -0500 Subject: [PATCH] Re-export Bevy. --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib.rs b/src/lib.rs index f872d94..aef897a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -2,6 +2,7 @@ #![allow(clippy::too_many_arguments)] #![allow(clippy::type_complexity)] +pub use bevy; pub use bevy_rapier2d; pub use bevy_synthizer; pub use bevy_tts;