diff --git a/README.md b/README.md index 8244098e7a1a8f3eb1fef6f02d8c7af6a360e7fd..be0b870b6822800bd9fd234adcca8f55a6d25f53 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # micro_ldtk +[](https://crates.io/crates/micro_ldtk) +[](https://docs.rs/micro_ldtk) + `micro_ldtk` provides a feature rich layer on top of raw LDTK JSON data, focused on the Bevy engine, and with a goal of forward compatible support for as many LDTK schema versions as is sensible. @@ -14,7 +17,7 @@ select the schema version you need: ```toml [dependencies] -micro_ldtk = { version = "0.1.0", default-features = false, features = ["ldtk_1_2_5", "autotile"] } +micro_ldtk = { version = "0.3.0-beta.1", default-features = false, features = ["ldtk_1_2_5", "autotile"] } ``` ### Features