mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-08-11 18:50:10 +00:00
feat: profile struct with serialize/deserialize
This commit is contained in:
parent
aee780d2bc
commit
eb29b27a67
6 changed files with 200 additions and 0 deletions
10
test/files/profile.json
Normal file
10
test/files/profile.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"monado_path": "/home/user/monado",
|
||||
"openovr_path": "/home/user/openovr",
|
||||
"libsurvive_path": "/home/user/libsurvive",
|
||||
"basalt_path": null,
|
||||
"mercury_path": null,
|
||||
"libsurvive_enabled": true,
|
||||
"basalt_enabled": false,
|
||||
"mercury_enabled": false
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue