Update JSON Loader to assets v2
Showing
- Cargo.toml 2 additions, 2 deletionsCargo.toml
- README.md 2 additions, 0 deletionsREADME.md
- src/fqpath.rs 12 additions, 1 deletionsrc/fqpath.rs
- src/json_loader/components.rs 74 additions, 23 deletionssrc/json_loader/components.rs
- src/json_loader/context.rs 2 additions, 0 deletionssrc/json_loader/context.rs
- src/lib.rs 6 additions, 6 deletionssrc/lib.rs
[package] | ||
name = "micro_games_macros" | ||
version = "0.1.1" | ||
version = "0.2.0" | ||
edition = "2021" | ||
authors = ["Louis Capitanchik <contact@louiscap.co>"] | ||
description = "Utility macros to make it easier to build complex systems with Bevy" | ||
... | ... | @@ -28,7 +28,7 @@ anyhow = "1.0.72" |
[dev-dependencies.bevy] | ||
version = "0.11.0" | ||
version = "0.12.0" | ||
default-features = false | ||
features = [ | ||
"bevy_asset", | ||
... | ... |
Please register or sign in to comment