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

Include ldtk 1.5.3 in standard export

parent 12323579
No related branches found
No related tags found
No related merge requests found
......@@ -1701,7 +1701,7 @@ dependencies = [
[[package]]
name = "micro_ldtk"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"anyhow",
"bevy",
......
[package]
name = "micro_ldtk"
version = "0.9.0"
version = "0.9.1"
edition = "2021"
authors = [
......
#[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",
......
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