Files
openvr-sys/Cargo.toml
2025-01-31 21:14:00 +09:00

29 lines
648 B
TOML

[package]
name = "openvr-sys2"
authors = [ "Yuxuan Shui <yshuiv7@gmail.com>" ]
description = "Raw bindings to OpenVR (incomplete)"
license = "MIT"
keywords = ["vr", "openvr", "steamvr"]
categories = [ "hardware-support", "external-ffi-bindings" ]
repository = "https://github.com/yshui/openvr-sys"
build = "build.rs"
version = "0.1.3"
edition = "2021"
exclude = [
"third-party/openvr/samples/*",
"third-party/openvr/bin/*",
"third-party/openvr/lib/*",
"third-party/openvr/controller_callouts/*",
]
[dependencies]
cxx = "1.0.103"
autocxx = "0.26.0"
nalgebra = "0.32.0"
num = "0.4.0"
[build-dependencies]
autocxx-build = "0.26.0"