summaryrefslogtreecommitdiff
path: root/src/lib.rs
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 /src/lib.rs
parent605095f3522bb2111de8dd3b9b2b9474549d9572 (diff)
Changed gui to use xml
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 81da674..b361502 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,4 +1,5 @@
extern crate gtk;
+extern crate gdk;
extern crate portaudio;
pub mod transforms;