blob: 3483b34964fd1b0f882fd33d00bcb1cbfc9d81d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[package]
name = "hidapi-sys"
version = "0.1.4"
build = "build.rs"
links = "hidapi"
authors = ["meh. <meh@schizofreni.co>"]
license = "WTFPL"
description = "FFI bindings to hidapi"
repository = "https://github.com/meh/rust-hidapi-sys"
keywords = ["hid"]
categories = ["external-ffi-bindings", "hardware-support", "os"]
[features]
static = []
build = ["static"]
[dependencies]
libc = "0.2"
[build-dependencies]
cc = "1.0"
pkg-config = "0.3"
|