aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Partouche <david@manateedev.com>2014-10-04 15:49:39 +0200
committerDavid Partouche <david@manateedev.com>2014-10-06 18:23:31 +0200
commitc38110cac77253761afc8cc616f645dc1ec4d3b8 (patch)
treefe20f717ea360f6f2c5389d87c299c30fbe7c89a /Cargo.toml
parentfe245e292937a5af3dc6bd60c21c3426acb1449e (diff)
downloadglutin-c38110cac77253761afc8cc616f645dc1ec4d3b8.tar.gz
glutin-c38110cac77253761afc8cc616f645dc1ec4d3b8.zip
Cocoa opens a window with OpenGL context inside
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6138102..1df2220 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,9 @@ git = "https://github.com/tomaka/android-rs-glue"
[dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs"
+
+[dependencies.cocoa]
+git = "https://github.com/DavidPartouche/rust-cocoa"
+
+[dependencies.core_foundation]
+git = "https://github.com/DavidPartouche/rust-core-foundation"