openvr_sys 2.1.3

Raw unsafe system binding for openvr
Documentation
1
2
3
4
5
6
7
#![allow(non_camel_case_types, non_upper_case_globals, non_snake_case)]

include!(concat!(env!("OUT_DIR"), "/bindings.rs"));

#[cfg(target_os = "macos")]
#[link(name = "Foundation", kind = "framework")]
extern "C" {}