janhohenheim / foxtrot

The all-in-one Bevy 3D game template for desktop.
Apache License 2.0
630 stars 45 forks source link

Use `pub(crate)` instead of `pub` #256

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

Closes #253.

This PR find-and-replaces pub with pub(crate) (it's a lot).

It also fixes the dead code warnings that emerged from this change.

I recommend to review this by commit to make it a bit easier :)

janhohenheim commented 1 year ago

Thanks! Congrats for all the LOC attributed to you now 😜