| 26 | |
| 27 | #[derive(Debug, Deserialize, Serialize)] |
| 28 | pub(crate) struct FigureConfig { |
| 29 | body_list: HashMap<String, HashMap<String, f32>>, |
| 30 | face_list: HashMap<String, HashMap<String, (f32, f32)>>, |
| 31 | offset_list: HashMap<String, f32>, |
| 32 | } |
| 33 |
nothing calls this directly
no outgoing calls
no test coverage detected