summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 7b65fb2..0830062 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,4 +6,8 @@ authors = ["Justin Worthe <justin.worthe@gmail.com>"]
[dependencies]
portaudio = "0.6.4"
dft = "0.4.3"
-gtk = "0.1.0"
+gdk = "0.5.0"
+
+[dependencies.gtk]
+version = "0.1.0"
+features = ["v3_10"] \ No newline at end of file