summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: 680a811b36819cef3286ecdf5ac58d1f2d527680 (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_arch = "wasm32"))'.dependencies]
portaudio = "0.7.0"
gtk = "0.3.0"
cairo-rs = "0.3.0"

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