Add hidapi as submodule

This commit is contained in:
Lennard Kittner
2025-08-17 23:00:13 +02:00
parent fe90ec19ed
commit daeaefdfac
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "vendor/hidapi"]
path = vendor/hidapi
url = git@github.com:ruabmbua/hidapi-rs.git

View File

@@ -7,7 +7,7 @@ description = "A CLI and tray application for monitoring and managing HyperX hea
[dependencies]
clap = { version = "4.5.32", features = ["derive"] }
hidapi = "2.3.3"
hidapi = { path = "vendor/hidapi" }
thistermination = "1.0.0"
[target.'cfg(target_os = "linux")'.dependencies]
ksni = "0.2.0"

1
vendor/hidapi vendored Submodule

Submodule vendor/hidapi added at 009df084a9