priority for system also removed when system is removed
Hello,
Thanks for this very simple ECS library! I am using it on my first Rust project ever and I have found it very easy to use.
I ran into an issue where if I remove a system and then add a system, SystemStore.priorities would then have 2 priority entries instead of 1.
I updated the test and its working well for me locally again.
Thanks!