summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-12-26 13:04:37 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-12-26 13:04:37 +0200
commitbbce5d68e2a6007fc8b023bf694ec058373b718c (patch)
tree03c14e541f826ca1d1c380bc26589cd5b6826242 /Cargo.lock
parent5e0a70fa9b181637942d3d0d55f6a51c33fefbad (diff)
Moved overall model updating logic out of the GUI layer
This will be useful eventually for sharing a bit more overall application logic with the wasm build.
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock20
1 files changed, 10 insertions, 10 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7e72f64..b55058d 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,13 +1,3 @@
-[root]
-name = "rusty_microphone"
-version = "0.1.0"
-dependencies = [
- "bencher 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "cairo-rs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "gtk 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "portaudio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
-]
-
[[package]]
name = "atk-sys"
version = "0.3.4"
@@ -304,6 +294,16 @@ dependencies = [
]
[[package]]
+name = "rusty_microphone"
+version = "0.1.0"
+dependencies = [
+ "bencher 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
+ "cairo-rs 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gtk 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "portaudio 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
+]
+
+[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"