aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2016-04-29 20:39:59 +0200
committertomaka <pierre.krieger1708@gmail.com>2016-04-29 20:39:59 +0200
commit2e2febaa42f8f308760e0a33003d46841d892f43 (patch)
tree11e04bd8607b2443b05e0781fa63c58dfff1f19d /Cargo.toml
parente46781979499e47e04697fe96994dfe96b7f1e59 (diff)
parentdc49156fe6bd2d15c4bd5e5f9e1ff6f3ffe7d334 (diff)
downloadglutin-2e2febaa42f8f308760e0a33003d46841d892f43.tar.gz
glutin-2e2febaa42f8f308760e0a33003d46841d892f43.zip
Merge pull request #769 from frewsxcv/activation-policy
Allow OSX WindowBuilder to specify 'activation behavior'.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c1a921a..37a2b38 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ objc = "0.2"
[target.x86_64-apple-darwin.dependencies]
objc = "0.2"
cgl = "0.1"
-cocoa = "0.3"
+cocoa = "0.3.2"
core-foundation = "0"
core-graphics = "0.3"