2a9c11c27b
Co-authored-by: pmunts <pmunts@berea.munts.net>
16 lines
452 B
TOML
16 lines
452 B
TOML
description = "A simple library for communicating with USB and Bluetooth HID devices"
|
|
name = "libhidapi"
|
|
licenses = "BSD-3-Clause OR GPL-3.0-only OR custom-hidapi"
|
|
|
|
maintainers = ["Philip Munts <phil@munts.net>"]
|
|
maintainers-logins = ["pmunts"]
|
|
|
|
[[external]]
|
|
kind = "system"
|
|
[external.origin."case(distribution)"]
|
|
"centos|fedora|rhel" = ["hidapi-devel"]
|
|
"debian|ubuntu" = ["libhidapi-dev"]
|
|
arch = ["hidapi"]
|
|
homebrew = ["hidapi"]
|
|
macports = ["hidapi"]
|