nannou_laser 0.14.1

A cross-platform laser DAC detection and streaming API.
Documentation
[package]
name = "nannou_laser"
version ="0.14.1"
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
description = "A cross-platform laser DAC detection and streaming API."
edition = "2018"
keywords = ["laser", "dac", "stream", "frame", "ether-dream"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/nannou-org/nannou_laser.git"
homepage = "https://github.com/nannou-org/nannou_laser"

[lib]
name = "nannou_laser"
crate-type = ["rlib", "staticlib", "cdylib"]

[dependencies]
ether-dream = "0.2"
ilda-idtf = { version = "0.1", optional = true }
petgraph = "0.4"
thiserror = "1"

[features]
ffi = []