feat: configurable openxr bindings

This commit is contained in:
galister
2024-06-04 14:57:04 +09:00
parent 773ff6885d
commit b8a0e3630d
9 changed files with 642 additions and 525 deletions

View File

@@ -49,6 +49,8 @@ struct Args {
}
fn main() -> Result<(), Box<dyn std::error::Error>> {
std::env::set_var("RUST_BACKTRACE", "full");
let mut args = Args::parse();
logging_init(&mut args)?;