envision/test/files/profile.json
Gabriele Musco e685cf757d
Some checks are pending
/ cargo-fmtcheck (push) Waiting to run
/ cargo-clippy (push) Waiting to run
/ cargo-test (push) Waiting to run
/ appimage (push) Waiting to run
feat!: enable support for different openvr compatibility modules other than opencomposite
2024-12-04 20:32:36 +01:00

35 lines
1,015 B
JSON

{
"uuid": "demo",
"name": "Demo profile",
"xrservice_type": "Monado",
"xrservice_path": "/home/user/monado",
"xrservice_repo": null,
"xrservice_branch": null,
"ovr_comp": { "mod_type": "Opencomposite", "path": "/home/user/opencomposite", "repo": null, "branch": null },
"features": {
"libsurvive": {
"feature_type": "Libsurvive",
"enabled": true,
"path": "/home/user/libsurvive",
"repo": null,
"branch": null
},
"basalt": {
"feature_type": "Basalt",
"enabled": false,
"path": null,
"repo": null,
"branch": null
},
"mercury_enabled": false
},
"environment": {
"XRT_COMPOSITOR_SCALE_PERCENTAGE": "140",
"XRT_COMPOSITOR_COMPUTE": "1",
"SURVIVE_GLOBALSCENESOLVER": "0"
},
"prefix": "/home/user/envisionprefix",
"can_be_built": true,
"editable": true,
"pull_on_build": true
}