mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-10-02 14:18:42 +00:00
feat: active_runtime.json builder, can write and dump
This commit is contained in:
parent
1f3df63861
commit
51d738e101
4 changed files with 104 additions and 0 deletions
9
test/files/active_runtime.json.steamvr
Normal file
9
test/files/active_runtime.json.steamvr
Normal file
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"file_format_version" : "1.0.0",
|
||||
"runtime" :
|
||||
{
|
||||
"VALVE_runtime_is_steamvr" : true,
|
||||
"library_path" : "/home/user/.local/share/Steam/steamapps/common/SteamVR/bin/linux64/vrclient.so",
|
||||
"name" : "SteamVR"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue