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

Loosen semver requirements for deps

parent 96914926
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
[package]
name = "micro_ldtk"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = [
......@@ -28,13 +28,13 @@ autotile = ["micro_autotile"]
no_panic = []
[dependencies]
bevy = "0.10.1"
anyhow = "1.0.66"
thiserror = "1.0.40"
log = "0.4.17"
serde = "1.0.147"
serde_json = "1.0.87"
num-traits = "0.2.15"
quadtree_rs = "0.1.2"
micro_autotile = { version = "0.1.0", optional = true }
bevy = "0.10"
anyhow = "1.0"
thiserror = "1.0"
log = "0.4"
serde = "1.0"
serde_json = "1.0"
num-traits = "0.2"
quadtree_rs = "0.1"
micro_autotile = { version = "0.1", optional = true }
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