From f474f397d80dd762404ef422742898ac7e25f593 Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sat, 20 Jan 2024 01:09:46 +0000 Subject: [PATCH] Include ldtk 1.5.3 in standard export --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/lib.rs | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5b74d76..9e636a2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1701,7 +1701,7 @@ dependencies = [ [[package]] name = "micro_ldtk" -version = "0.9.0" +version = "0.9.1" dependencies = [ "anyhow", "bevy", diff --git a/Cargo.toml b/Cargo.toml index 37cde9b..da3cfa9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "micro_ldtk" -version = "0.9.0" +version = "0.9.1" edition = "2021" authors = [ diff --git a/src/lib.rs b/src/lib.rs index 7b21a56..e36957f 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,5 @@ #[cfg(any( + feature = "ldtk_1_5_3", feature = "ldtk_1_4_1", feature = "ldtk_1_4_0", feature = "ldtk_1_3_0", @@ -21,6 +22,7 @@ mod pregen; mod system; #[cfg(any( + feature = "ldtk_1_5_3", feature = "ldtk_1_4_1", feature = "ldtk_1_4_0", feature = "ldtk_1_3_0", -- GitLab