Walther / clovers

Ray Tracing in Rust
https://walther.github.io/clovers/clovers/
13 stars 1 forks source link

Clean up serde deserialize & serialize #24

Closed Walther closed 4 years ago

Walther commented 4 years ago

Currently, there's a lot of serde Deserialize and Serialize derive macros across the project. Additionally, the project specifies serde features for some dependencies, as well as builds serde itself into the binary.

These should be cleaned up / removed, and a better approach or a new attempt should be made in terms of https://github.com/Walther/clovers/issues/6

Walther commented 4 years ago

Fixed by https://github.com/Walther/clovers/pull/30