portaudio 0.8.0

PortAudio bindings for Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "portaudio"
version = "0.8.0"
authors = ["Jeremy Letang <letang.jeremy@gmail.com>",
           "Mitchell Nordine <mitchell.nordine@gmail.com>"]
description = "PortAudio bindings for Rust."
license = "MIT"
homepage = "https://github.com/RustAudio/rust-portaudio"
repository = "https://github.com/RustAudio/rust-portaudio.git"

[dependencies]
bitflags = "2"
libc = "0.2.51"
num = { version = "0.2.0", default-features = false }
portaudio-sys2 = { path = "./rust-portaudio-sys", version = "0.1.0" }