gltf-rs / gltf

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

Give gltf::material::Material Clone & Debug derives. #249

Closed zellski closed 5 years ago

zellski commented 5 years ago

Fixes #248.

alteous commented 5 years ago

Thanks!