feat: extra traits for profile

This commit is contained in:
Gabriele Musco 2023-06-02 10:08:04 +02:00
commit afb9e2bbbc

View file

@ -6,7 +6,7 @@ use std::{
path::Path, path::Path,
}; };
#[derive(Serialize, Deserialize)] #[derive(Debug, Clone, Serialize, Deserialize)]
pub struct Profile { pub struct Profile {
monado_path: String, monado_path: String,
openovr_path: String, openovr_path: String,