mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-20 11:35:48 +00:00
feat: extra traits for profile
This commit is contained in:
parent
f474451b37
commit
afb9e2bbbc
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ use std::{
|
|||
path::Path,
|
||||
};
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
#[derive(Debug, Clone, Serialize, Deserialize)]
|
||||
pub struct Profile {
|
||||
monado_path: String,
|
||||
openovr_path: String,
|
||||
|
|
Loading…
Add table
Reference in a new issue