aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDavid Partouche <david@manateedev.com>2014-10-05 23:45:38 +0200
committerDavid Partouche <david@manateedev.com>2014-10-06 18:23:31 +0200
commitdb578e6e1ce88f2ceb2f0f04315aedab9e11441e (patch)
treebbb1f76e554e03d32daa76b4dffccba4119b2a47 /Cargo.toml
parentc38110cac77253761afc8cc616f645dc1ec4d3b8 (diff)
downloadglutin-db578e6e1ce88f2ceb2f0f04315aedab9e11441e.tar.gz
glutin-db578e6e1ce88f2ceb2f0f04315aedab9e11441e.zip
Refactored window initialisation code for cocoa, making it more memory safe
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 1df2220..d15ba32 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -17,4 +17,4 @@ git = "https://github.com/bjz/gl-rs"
git = "https://github.com/DavidPartouche/rust-cocoa"
[dependencies.core_foundation]
-git = "https://github.com/DavidPartouche/rust-core-foundation"
+git = "https://github.com/servo/rust-core-foundation"