You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dynamic linking while working within the workspace is probably a lost cause a this point.
But, we could do shenanigans similar to what Bevy does so that external users that are using the rerun crate as a dependency in their own project can dynamically link to it, which would drastically decrease their incremental compile times.
All of our compilation targets that behave like external projects (examples, benchmarks, demos... there are a lot of them) should also benefit from this.
This would drastically reduce compile times.
The text was updated successfully, but these errors were encountered: