Added library crate to interface with headset.

This commit is contained in:
lennard
2023-06-09 21:09:05 +02:00
parent 418866ab9f
commit 0d01c406e7
3 changed files with 68 additions and 0 deletions

10
Cargo.toml Normal file
View File

@@ -0,0 +1,10 @@
[package]
name = "hyper_x_cloud_ii_wireless"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
hidapi = "2.3.3"
thiserror = "1.0.40"