bevy_pkv
bevy_pkv copied to clipboard
Make store features additive
Trying to see if we can improve the architecture a little (using traits instead of ducktyping-like ifdefs).
Also would make testing and ci easier (could just build with all features enabled)
EDIT: not sure if this is a good idea, parking it here for now...