Trim bevy dep
This diff is collapsed.
[package] | [package] | ||
name = "micro_ldtk" | name = "micro_ldtk" | ||
version = "0.6.0" | version = "0.6.1" | ||
edition = "2021" | edition = "2021" | ||
authors = [ | authors = [ | ||
... | @@ -28,7 +28,8 @@ autotile = ["micro_autotile"] | ... | @@ -28,7 +28,8 @@ autotile = ["micro_autotile"] |
no_panic = [] | no_panic = [] | ||
[dependencies] | [dependencies] | ||
bevy = "0.11" | bevy = { version = "0.11", default-features = false, features = ["bevy_render", "bevy_sprite", "bevy_asset"] } | ||
anyhow = "1.0" | anyhow = "1.0" | ||
thiserror = "1.0" | thiserror = "1.0" | ||
log = "0.4" | log = "0.4" | ||
... | ... |
Please register or sign in to comment