Open james7132 opened 1 year ago
This is one of the last instances of lazy_static in Bevy's dependency tree. This PR removes it and replaces its uses with the use of consts instead.
lazy_static
This is one of the last instances of
lazy_static
in Bevy's dependency tree. This PR removes it and replaces its uses with the use of consts instead.