linebender / glazier

Deprecated Rust Window Creation Library
Apache License 2.0
206 stars 32 forks source link

Remove `serde` feature. #161

Closed waywardmonkeys closed 1 year ago

waywardmonkeys commented 1 year ago

This only enabled serde within kurbo, but this crate doesn't actually use serde at all.

If a dependant crate wants serde enabled in kurbo, they would already be using kurbo and can enable it on their own.

This was added in 080a094b1e70bd7a6194522b3d336e8c9a91e7ee but with no indication in the commit as to why it was needed. This was in 2021, so it pre-dates the glazier efforts.