aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPaul Rouget <me@paulrouget.com>2016-02-19 04:51:02 +0100
committerPaul Rouget <me@paulrouget.com>2016-02-26 11:08:46 +0100
commit68818751f42811472c50ea3f95a430c5c3be2dc9 (patch)
tree21197d5054d3f0ce8d2a524e625871c3c59edec4 /Cargo.toml
parentbd605478d13ab07386c5e6c56434c84b5cce46db (diff)
downloadglutin-68818751f42811472c50ea3f95a430c5c3be2dc9.tar.gz
glutin-68818751f42811472c50ea3f95a430c5c3be2dc9.zip
TouchpadPressure event
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 3cce0ee..4f53c3b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glutin"
-version = "0.4.8"
+version = "0.4.9"
authors = ["The glutin contributors, Pierre Krieger <pierre.krieger1708@gmail.com>"]
description = "Cross-platform OpenGL context provider."
keywords = ["windowing", "opengl"]
@@ -40,7 +40,7 @@ objc = "0.1.8"
[target.x86_64-apple-darwin.dependencies]
objc = "0.1.8"
cgl = "0.1"
-cocoa = "0.2"
+cocoa = "0.2.4"
core-foundation = "0"
core-graphics = "0"