Reduce [dependencies.ncollide] to just the crates we use
Closed this issue · 5 comments
bfops commented
ncollide
recently underwent a refactoring into multiple crates. We should depend on only the ones we use. Build times will be better.
cgaebel commented
won't this only improve first-build time, as opposed to incremental build time?
bfops commented
Yeah that sounds right. But man dat first build time =P.
bfops commented
Although actually first build time has gotten better anyway because parallel.
cgaebel commented
Yeah I'd just yolo it and depend on ncollide.
bfops commented
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.