summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 95dee5f0d0082064cb5cfecf703f5369329cb294 (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.1.1"
cairo-rs = "0.1.1"

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