Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 354 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 354 Bytes

openvr-sys

Contains function definitions for the OpenVR library. Use the openvr crate, unless you know what you are doing.

Instructions for updating OpenVR

  1. git submodule update --init --recursive (initial checkout only)
  2. git submodule foreach git pull origin master to update the submodule