Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Bevy Micro LDTK
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Micro LDTK
Commits
9fdee62b
Verified
Commit
9fdee62b
authored
1 year ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Include badges in README
parent
a4faa686
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-1
4 additions, 1 deletion
README.md
with
4 additions
and
1 deletion
README.md
+
4
−
1
View file @
9fdee62b
# 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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment