[dependencies.embedded-graphics]
optional = true
version = "0.6"
[dependencies.midir]
version = "0.6"
[dependencies.thiserror]
version = "1.0"
[features]
default = ["embedded-graphics-support"]
embedded-graphics-support = ["embedded-graphics"]
[package]
authors = ["Kangalioo <jannik.a.schaper@web.de>"]
categories = ["api-bindings", "games", "graphics", "rendering", "multimedia::images"]
description = "Low-level bindings and high-level abstractions for the Novation Launchpad MIDI devices"
edition = "2018"
keywords = ["novation", "launchpad", "midi", "midi-controller", "lightshow"]
license = "MIT"
name = "launchy"
readme = "README.md"
repository = "https://github.com/kangalioo/launchy"
version = "0.1.0"