gltf
gltf copied to clipboard
Fix lifetime return values
#264 partly fixes a long standing issue of unnecessarily restrictive lifetimes returned by some functions. The crate may be more user friendly if we applied similar fixes throughout.
To do: check for any missing lifetime fixes not covered by #264 and #267.