PistonDevelopers / glfw-rs

GLFW3 bindings and idiomatic wrapper for Rust.
Apache License 2.0
647 stars 123 forks source link

feat: add serde feature #580

Open zkrising opened 2 months ago

zkrising commented 2 months ago

This PR adds a serde feature to the crate. This feature is off by default, but if enabled derives Serialize and Deserialize on the majority of glfw's structs.

This allows - for example - storing glfw::Key in a config file for keybindings.