summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin.worthe@gmail.com>2017-01-12 10:50:25 +0200
committerJustin Worthe <justin.worthe@gmail.com>2017-01-12 10:50:25 +0200
commit84fca9df9ae6d1a6e1d2c0d8fe8496ff5106a584 (patch)
tree91906a8f37aee3d26cc6d917fc67c652184ba437 /Cargo.toml
parentb9e99022d826eeba969e413efe0ff4911a332644 (diff)
Removed unused requirement for later version of GTK
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 1 insertions, 4 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f259654..0ed3eac 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,8 +6,5 @@ authors = ["Justin Worthe <justin.worthe@gmail.com>"]
[dependencies]
portaudio = "0.7.0"
dft = "0.4.3"
+gtk = "0.1.1"
cairo-rs = "0.1.1"
-
-[dependencies.gtk]
-version = "0.1.1"
-features = ["v3_10"] \ No newline at end of file