rustgd / rhusics

A cgmath physics library that can be used with Specs
https://docs.rs/rhusics/
Apache License 2.0
106 stars 10 forks source link

Implement `WithPhysics` for every `Builder` #90

Closed pi-pi3 closed 5 years ago

pi-pi3 commented 5 years ago

WithPhysics was implemented for EntityBuilder and it was impossible to use it with a LazyBuilder. This commit fixes that by implementing WithPhysics for every type that implements Builder, which is (as of writing this) EntityBuilder and LazyBuilder.


This change is Reviewable

Rhuagh commented 5 years ago

bors r+

bors[bot] commented 5 years ago

Build succeeded