aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJack Moffitt <jack@metajack.im>2015-06-03 22:13:18 -0600
committerJack Moffitt <jack@metajack.im>2015-06-03 23:06:54 -0600
commitdbec1bf79da449bbb84fe7da258c599da9e00df0 (patch)
tree9fd59632d939b09dc7dc894ca5b17e241f009af3 /Cargo.toml
parent70c88cf18f1db5aa7e2a49eb2cd7f4cb449da5d4 (diff)
downloadglutin-dbec1bf79da449bbb84fe7da258c599da9e00df0.tar.gz
glutin-dbec1bf79da449bbb84fe7da258c599da9e00df0.zip
Switch to the official crates.
cocoa, core-foundation, and core-graphics are now on crates.io.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4bcbac5..07e99be 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,9 +32,9 @@ version = "0"
[target.x86_64-apple-darwin.dependencies]
objc = "0.1"
-glutin_cocoa = "0"
-glutin_core_graphics = "0"
-glutin_core_foundation = "0"
+cocoa = "0"
+core-foundation = "0"
+core-graphics = "0"
[target.i686-pc-windows-gnu.dependencies]
winapi = "~0.1.18"