1 2 3 4 5 6 7 8 9
use std::path::PathBuf; #[derive(Debug, Clone, Deserialize)] pub struct Settings { pub tap_tolerance: f32, pub text_texture_height: f32, pub font: PathBuf, pub max_fps: f32, }