blob: 15b4e9e9073c2ee3767b547045af0b1752a9c9b0 (
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.2"
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]
gcc = "0.3"
pkg-config = "0.3"
|