gltf-rs / gltf

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

Update gltf-derive dependencies #247

Closed Jasper-Bekkers closed 5 years ago

Jasper-Bekkers commented 5 years ago

This removes redundantly compiled crates (as imported from serde) speeding up compile times (approximately 2s on my machine).

Jasper-Bekkers commented 5 years ago

CI errors seem unrelated to the content of my PR

alteous commented 5 years ago

Thanks!

repi commented 5 years ago

Thanks @Jasper-Bekkers ! We just ran into this as well, trying to get rid of compiling the old syn crate