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