gltf-rs / gltf

A crate for loading glTF 2.0
Apache License 2.0
537 stars 124 forks source link

Remove the dependency on lazy_static #386

Open james7132 opened 1 year ago

james7132 commented 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.