openvr-sys2 0.1.3

Raw bindings to OpenVR (incomplete)
Documentation
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/openvr

Name: openvr
Description: OpenVR is an API and runtime that allos access to VR hardware.
Version: @OPENVR_VERSION@

Libs: -L${libdir} -lopenvr_api -ldl
Cflags: -I${includedir}