mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-02 06:08:42 +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,
|
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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue