amethyst_physics
amethyst_physics copied to clipboard
Consider exporting physics backends using features
You should be able to use a feature named something like "backend-nphysics" to have NPhysicsBackend included directly in the crate (for convenience).
This is a great idea, but I wonder if it's possible tell cargo to download and link a new crate only when a specific feature is provided.
If you know how to do it, a PR is well accepted.
I created #4.