summaryrefslogtreecommitdiff
path: root/Cargo.toml
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 /Cargo.toml
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 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
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 <justin.worthe@gmail.com>"]
[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