-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathCargo.toml
More file actions
40 lines (35 loc) · 795 Bytes
/
Cargo.toml
File metadata and controls
40 lines (35 loc) · 795 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
[package]
name = "openvr_sys"
version = "2.1.4"
edition = "2021"
rust-version = "1.82.0"
authors = [
"Colin Sherratt",
"Erick Tryzelaar",
"Rene Eichhorn",
"Benjamin Saunders",
"Alexander Brook Perry",
"Arthur Brainville",
]
license = "MIT"
description = "Raw unsafe system binding for openvr"
repository = "https://github.com/rust-openvr/rust-openvr-sys"
keywords = ["vr", "vive", "steamvr"]
categories = ["hardware-support", "external-ffi-bindings"]
exclude = [
"openvr/samples/*",
"openvr/bin/*",
"openvr/lib/*",
"openvr/controller_callouts/*",
]
build = "build.rs"
[badges]
maintenance = { status = "passively-maintained" }
[build-dependencies]
cmake = "0.1.52"
bindgen = "0.71.1"
[lib]
name = "openvr_sys"
path = "lib.rs"
[features]
default = []