cpal/asio-sys/Cargo.toml

16 lines
297 B
TOML
Raw 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>"]
2018-04-22 12:07:47 +00:00
build = "build.rs"
[target.'cfg(any(target_os = "windows"))'.build-dependencies]
2018-10-09 10:12:52 +00:00
bindgen = "0.42.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"