Fix json loader impl
[package] | ||
name = "micro_games_macros" | ||
version = "0.6.0" | ||
version = "0.7.0" | ||
edition = "2021" | ||
authors = ["Louis Capitanchik <contact@louiscap.co>"] | ||
description = "Utility macros to make it easier to build complex systems with Bevy" | ||
... | ... | @@ -21,10 +21,10 @@ test-case = "3.3.1" |
serde = { version = "1.0", features = ["derive"] } | ||
serde_json = "1.0" | ||
anyhow = "1.0" | ||
micro_bevy_world_utils = "0.5" | ||
micro_bevy_world_utils = "0.6" | ||
[dev-dependencies.bevy] | ||
version = "0.14" | ||
version = "0.15" | ||
default-features = false | ||
features = [ | ||
"bevy_asset", | ||
... | ... |
Please register or sign in to comment