feat: profile struct with serialize/deserialize

This commit is contained in:
Gabriele Musco 2023-06-01 12:55:22 +02:00
commit eb29b27a67
6 changed files with 200 additions and 0 deletions

10
test/files/profile.json Normal file
View 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
}