summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJustin Worthe <justin@worthe-it.co.za>2017-12-26 14:02:25 +0200
committerJustin Worthe <justin@worthe-it.co.za>2017-12-26 14:02:25 +0200
commita26c2acc49a03b544d54a088b660618b5de9a64c (patch)
tree037aa1fe8145842632ea4836254877b85ae08fde /Cargo.toml
parentbbce5d68e2a6007fc8b023bf694ec058373b718c (diff)
Updated GTK version and fixed linting issues from Clippy
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 95dee5f..f448215 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,8 @@ bencher = "0.1.2"
[target.'cfg(not(target_os = "emscripten"))'.dependencies]
portaudio = "0.7.0"
-gtk = "0.1.1"
-cairo-rs = "0.1.1"
+gtk = "0.3.0"
+cairo-rs = "0.3.0"
[[bench]]
name = "transforms"