summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2016-10-23 14:01:46 +0200
committerJustin Worthe <justin.worthe@gmail.com>2016-10-23 14:01:46 +0200
commit3b264ac05a532828e3ce8c035249903ca0a51ecd (patch)
treef08407e9a56bd406a6753bbb51f29c40f20fdfc3 /Cargo.lock
parent605095f3522bb2111de8dd3b9b2b9474549d9572 (diff)
Changed gui to use xml
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 64f2372..4707988 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -3,6 +3,7 @@ name = "musician_training"
version = "0.1.0"
dependencies = [
"dft 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
+ "gdk 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
"gtk 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"portaudio 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
]