[package]
edition = "2021"
name = "cue-sdk-sys"
version = "0.1.0"
authors = [
"Scott Meschke <scottmeschke@gmail.com>",
"Zach Thomas <zdcthomas@yahoo.com>",
]
build = "build.rs"
links = "iCUESDK"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
FFI Bindings for the Corsair iCUE SDK.
"""
homepage = "https://github.com/scottroemeschke/cue-sdk-sys"
documentation = "https://docs.rs/cue-sdk_sys"
readme = "README.md"
keywords = [
"led",
"bindings",
"corsair",
"icue",
"cue",
]
categories = ["external-ffi-bindings"]
license = "MIT"
repository = "https://github.com/scottroemeschke/cue-sdk-sys"
[lib]
name = "cue_sdk_sys"
path = "src/lib.rs"
[dependencies]