We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb0bd80 commit 59fc589Copy full SHA for 59fc589
Cargo.toml
@@ -10,6 +10,9 @@ authors = [
10
license = "MIT"
11
description = "Raw unsafe system binding for openvr"
12
repository = "https://github.com/rust-openvr/rust-openvr-sys"
13
+keywords = ["vr", "vive", "steamvr"]
14
+categories = [ "hardware-support", "external-ffi-bindings" ]
15
+
16
exclude = [
17
"openvr/samples/*",
18
"openvr/bin/*",
@@ -18,6 +21,9 @@ exclude = [
21
]
19
22
build = "build.rs"
20
23
24
+[badges]
25
+maintenance = { status = "passively-maintained" }
26
27
[build-dependencies]
28
cmake = "0.1"
29
0 commit comments