pose3 0.2.0

data types for (de)serializing pose settings from pose3.json files
Documentation
1
2
3
4
5
6
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash, serde::Serialize, serde::Deserialize)]
#[remain::sorted]
pub enum Type {
  #[serde(rename = "Live2D Pose")]
  Live2D,
}