Add hidapi as submodule
This commit is contained in:
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
[submodule "vendor/hidapi"]
|
||||
path = vendor/hidapi
|
||||
url = git@github.com:ruabmbua/hidapi-rs.git
|
||||
@@ -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
1
vendor/hidapi
vendored
Submodule
Submodule vendor/hidapi added at 009df084a9
Reference in New Issue
Block a user