blob: 5f245604cc8e5b2c01e37cd51611ddade78746d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[package]
name = "cubeb-pulse"
version = "0.3.0"
authors = ["Dan Glastonbury <dglastonbury@mozilla.com>"]
description = "Cubeb backed for PulseAudio written in Rust"
license = "ISC"
[features]
pulse-dlopen = ["pulse-ffi/dlopen"]
[lib]
crate-type = ["staticlib", "rlib"]
[dependencies]
cubeb-backend = "0.8"
pulse-ffi = { path = "pulse-ffi" }
pulse = { path = "pulse-rs" }
semver = "^0.9"
ringbuf = "0.2"
|