summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: f448215acc3fcf3203a3f532b77086a7fe687766 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rusty_microphone"
version = "0.1.0"
authors = ["Justin Worthe <justin.worthe@gmail.com>"]

[dependencies]
bencher = "0.1.2"

[target.'cfg(not(target_os = "emscripten"))'.dependencies]
portaudio = "0.7.0"
gtk = "0.3.0"
cairo-rs = "0.3.0"

[[bench]]
name = "transforms"
harness = false