@Zicklag I have a Vec
and I want to remove an entity from the vector and I only have the entity instance. Right now the struct does not implement
PartialEq
. Are you willing to add that to the struct in
bones_lib
or is there a better/different way to solve my problem?