cpal/asio-sys/Cargo.toml

21 lines
547 B
TOML
Raw Permalink Normal View History

2018-04-22 12:07:47 +00:00
[package]
name = "asio-sys"
version = "0.1.0"
2018-04-25 02:56:58 +00:00
authors = ["Tom Gowan <tomrgowan@gmail.com>"]
description = "Low-level interface and binding generation for the steinberg ASIO SDK."
repository = "https://github.com/tomaka/cpal"
documentation = "https://docs.rs/asio-sys"
license = "Apache-2.0"
keywords = ["audio", "sound", "asio", "steinberg"]
2018-04-22 12:07:47 +00:00
build = "build.rs"
[target.'cfg(any(target_os = "windows"))'.build-dependencies]
bindgen = "0.51.0"
2018-04-22 12:07:47 +00:00
walkdir = "2"
2018-10-09 10:12:52 +00:00
cc = "1.0.25"
2018-04-22 12:07:47 +00:00
[dependencies]
lazy_static = "1.0.0"
num-derive = "0.2"
num-traits = "0.2"