summaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2017-01-12 10:15:23 +0200
committerJustin Worthe <justin.worthe@gmail.com>2017-01-12 10:15:23 +0200
commit58eb60171cf3d58aec043a4d05830af720f5eb52 (patch)
treebf735b2f7e1af9c843634c377c07577d291a170c /src/lib.rs
parent8342ef131441f4b7d0b00f200e6353fb7cf26527 (diff)
Started refactoring gui creation to include drawing area
The drawing area will eventually be used for a debugging graph of the frequency spectrum.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index b361502..45b1f91 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -1,5 +1,5 @@
extern crate gtk;
-extern crate gdk;
+extern crate cairo;
extern crate portaudio;
pub mod transforms;