From 58eb60171cf3d58aec043a4d05830af720f5eb52 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 12 Jan 2017 10:15:23 +0200 Subject: Started refactoring gui creation to include drawing area The drawing area will eventually be used for a debugging graph of the frequency spectrum. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d580786..f259654 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,8 +6,8 @@ authors = ["Justin Worthe "] [dependencies] portaudio = "0.7.0" dft = "0.4.3" -gdk = "0.5.0" +cairo-rs = "0.1.1" [dependencies.gtk] -version = "0.1.0" +version = "0.1.1" features = ["v3_10"] \ No newline at end of file -- cgit v1.2.3