[package] name = "openvr-rs" version = "0.1.0" edition = "2021" authors = ["Kaitlyn Wimer"] license = "GPL-3.0-only" repository = "https://github.com/kaitlynkittyy/openvr-rs" keywords = ["vr", "vive", "steamvr", "openvr"] readme = "README.md" description = "Implementation of the OpenVR API in rust." [dependencies] openvr_bindings = "2"