nicopap / bevy-debug-text-overlay

A convenient on-screen message print macro for bevy.
Apache License 2.0
40 stars 5 forks source link

Use `once_cell` instead of `lazy_static` #4

Closed nicopap closed 8 months ago

nicopap commented 1 year ago

once_cell is reportedly more performant than lazy_static, we should consider using it for the channels global variable.