Conversation
|
My preference is for b here. I do like doing this though. |
|
I think this will contribute to the crate inflation and the feeling of "way too many dependencies" without any actual benefits |
|
Can this just be moved to Furthermore, the benefits provided by |
|
I think the problem with bevy_log is that it'll create a circular dependency. |
|
this seems to have three different things:
|
I'm writing an issue in the |
|
AFAICS this is obsolete so I'm closing the PR. |
Objective
Solution
bevy_tracingwith all tracing utilities that were present inbevy_utils.TODO:
We should decide if we:
a) decide to make this a breaking change and remove these utilities from
bevy_utilsin a follow-up orb) deprecate the utilities in
bevy_utilsand migrate crate by crate to reduce diff footprint in subsequent PRs. We would need to remove the utilities frombevy_utilsat some point though.We also need to reserve the crate name in
crates.io.Migration Guide