mirror of
https://gitlab.com/gabmus/envision.git
synced 2025-04-21 03:54:49 +00:00
feat: add XRT_DEBUG_GUI info in env var descriptions
This commit is contained in:
parent
34385b9611
commit
0b3bd04819
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ pub static ENV_VAR_DESCRIPTIONS: Map<&str, &str> = phf_map! {
|
|||
// "SURVIVE_TIMECODE_OFFSET_MS" => "",
|
||||
"LD_LIBRARY_PATH" =>
|
||||
"Colon-separated list of directories where the dynamic linker will search for shared object libraries.",
|
||||
"XRT_DEBUG_GUI" => "Set to 1 to enable the Monado debug UI",
|
||||
};
|
||||
|
||||
pub fn env_var_descriptions_as_paragraph() -> String {
|
||||
|
|
Loading…
Add table
Reference in a new issue