summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-07-03 21:03:17 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-07-03 21:03:17 +0200
commita215f3c16192e8fd4b74bd2a53927763f27d9b8e (patch)
tree0a8efcdf74fcab7f82f5cb85369822f52fd6f7eb /Cargo.lock
parentf7b208ff5c3c9d77465e745bc9ded1d87ed32335 (diff)
Removed FFT chart
I was only using the correlation anyway, so this simplifies a bit
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock19
1 files changed, 0 insertions, 19 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b83c4e5..bfb8cda 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,7 +3,6 @@ name = "rusty_microphone"
version = "0.1.0"
dependencies = [
"cairo-rs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "dft 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
"portaudio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
]
@@ -61,14 +60,6 @@ dependencies = [
]
[[package]]
-name = "dft"
-version = "0.4.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "num-complex 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "gdk"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -236,14 +227,6 @@ dependencies = [
]
[[package]]
-name = "num-complex"
-version = "0.1.35"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-dependencies = [
- "num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
-[[package]]
name = "num-integer"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -311,7 +294,6 @@ dependencies = [
"checksum c_vec 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "aa9e1d9f7d49e289f36f19effbf3d5a5e30163ecf9c7a3c9be94d5374dec5b9a"
"checksum cairo-rs 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5b3e2dae876fba33394353e985bff24e011a18250cf0021d07b86900b77388b0"
"checksum cairo-sys-rs 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e377d5ccba12485dbdd1d459d711b948bbbed867f5808b25e0e2f6c8a45935f6"
-"checksum dft 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3883b2ea3b807bcb59f1edfc2170ee82203e324739a80a30274e07a242a27ad2"
"checksum gdk 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "151196bd3a35bc157b7dca6ee98bb701dca59439dedd19d8a85b2d8759e0afaf"
"checksum gdk-pixbuf 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f893bde751ef13bae431c5643021d0b9365b5455ab6b2febbc492bbe431d573b"
"checksum gdk-pixbuf-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f04793815a1e18b12de3b5bf41820c64ff84323510ecf3261a7f329eccd59500"
@@ -325,7 +307,6 @@ dependencies = [
"checksum gtk-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ecdca043a321a1c19a16ae0efb9fcab6922051711fe238413b80f301e9caf17d"
"checksum libc 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9e030dc72013ed68994d1b2cbf36a94dd0e58418ba949c4b0db7eeb70a7a6352"
"checksum num 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "bde7c03b09e7c6a301ee81f6ddf66d7a28ec305699e3d3b056d2fc56470e3120"
-"checksum num-complex 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "f0c78e054dd19c3fd03419ade63fa661e9c49bb890ce3beb4eee5b7baf93f92f"
"checksum num-integer 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "fb24d9bfb3f222010df27995441ded1e954f8f69cd35021f6bef02ca9552fb92"
"checksum num-iter 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "287a1c9969a847055e1122ec0ea7a5c5d6f72aad97934e131c83d5c08ab4e45c"
"checksum num-traits 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "a16a42856a256b39c6d3484f097f6713e14feacd9bfb02290917904fae46c81c"