We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a532d3 commit 2027d7bCopy full SHA for 2027d7b
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "openvr_sys"
3
-version = "2.1.2"
+version = "2.1.3"
4
edition = "2021"
5
rust-version = "1.82.0"
6
authors = [
@@ -9,13 +9,13 @@ authors = [
9
"Rene Eichhorn",
10
"Benjamin Saunders",
11
"Alexander Brook Perry",
12
- "Arthur Brainville"
+ "Arthur Brainville",
13
]
14
license = "MIT"
15
description = "Raw unsafe system binding for openvr"
16
repository = "https://github.com/rust-openvr/rust-openvr-sys"
17
keywords = ["vr", "vive", "steamvr"]
18
-categories = [ "hardware-support", "external-ffi-bindings" ]
+categories = ["hardware-support", "external-ffi-bindings"]
19
20
exclude = [
21
"openvr/samples/*",
0 commit comments