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

Include badges in README

parent a4faa686
No related branches found
No related tags found
No related merge requests found
# micro_ldtk
[![https://crates.io/crates/micro_ldtk](https://img.shields.io/crates/v/micro_ldtk?style=for-the-badge)](https://crates.io/crates/micro_ldtk)
[![https://docs.rs/micro_ldtk](https://img.shields.io/docsrs/micro_ldtk?style=for-the-badge)](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
......
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