Skip to content
Snippets Groups Projects
Verified Commit ae25d19c authored by Louis's avatar Louis :fire:
Browse files

Fix root exports

parent 294f5b10
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,7 @@ mod data_1_4_0;
use bevy::asset::io::Reader;
use bevy::asset::{
AssetLoader, AssetPath, AsyncReadExt, BoxedFuture, LoadContext, LoadedAsset, UntypedAssetId,
VisitAssetDependencies,
AssetLoader, AsyncReadExt, BoxedFuture, LoadContext, UntypedAssetId, VisitAssetDependencies,
};
use bevy::prelude::Asset;
use bevy::reflect::{TypePath, TypeUuid, Uuid};
......
#[cfg(any(
feature = "ldtk_1_4_1",
feature = "ldtk_1_4_0",
feature = "ldtk_1_3_0",
feature = "ldtk_1_2_5",
feature = "ldtk_1_2_4",
......@@ -19,6 +21,8 @@ mod pregen;
mod system;
#[cfg(any(
feature = "ldtk_1_4_1",
feature = "ldtk_1_4_0",
feature = "ldtk_1_3_0",
feature = "ldtk_1_2_5",
feature = "ldtk_1_2_4",
......@@ -59,6 +63,8 @@ mod __plugin {
impl Plugin for MicroLDTKPlugin {
fn build(&self, app: &mut App) {
#[cfg(any(
feature = "ldtk_1_4_1",
feature = "ldtk_1_4_0",
feature = "ldtk_1_3_0",
feature = "ldtk_1_2_5",
feature = "ldtk_1_2_4",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment