Open zkrising opened 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.
serde
Serialize
Deserialize
This allows - for example - storing glfw::Key in a config file for keybindings.
glfw::Key
This PR adds a
serde
feature to the crate. This feature is off by default, but if enabled derivesSerialize
andDeserialize
on the majority of glfw's structs.This allows - for example - storing
glfw::Key
in a config file for keybindings.