bfops/playform

Reduce [dependencies.ncollide] to just the crates we use

Closed this issue · 5 comments

ncollide recently underwent a refactoring into multiple crates. We should depend on only the ones we use. Build times will be better.

won't this only improve first-build time, as opposed to incremental build time?

Yeah that sounds right. But man dat first build time =P.

Although actually first build time has gotten better anyway because parallel.

Yeah I'd just yolo it and depend on ncollide.

meh mkay sgtm. My ulterior motive was "I don't want to update all of ncollide just to build playform" but that's not a real reason =P.