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

Trim bevy dep

parent aef9b5c6
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
[package]
name = "micro_ldtk"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
authors = [
......@@ -28,7 +28,8 @@ autotile = ["micro_autotile"]
no_panic = []
[dependencies]
bevy = "0.11"
bevy = { version = "0.11", default-features = false, features = ["bevy_render", "bevy_sprite", "bevy_asset"] }
anyhow = "1.0"
thiserror = "1.0"
log = "0.4"
......
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