TeaSkittles
05/27/2023, 10:25 PMbones with my repo's version and now I'm getting a different error.
Cargo.toml:
bones_lib = { git = "https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
bones_bevy_asset = { git = "https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
type_ulid = { git = "https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
bones_bevy_renderer = { git ="https://github.com/AustinHellerRepo/bones", branch = "debug_message" }
Error:
124 | <std::collections::HashMap<Key, AnimatedBodySprite>>::deserialize(deserializer)?;
| ^^^^^^^^^^^ function or associated item cannot be called on `std::collections::HashMap<bones_lib::prelude::Key, AnimatedBodySprite>` due to unsatisfied trait bounds