aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2014-12-04 20:44:12 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2014-12-04 20:44:12 +0100
commitffba8564c8edac6be0f648e625e4df32e48e2caa (patch)
treeec8ca99a64211ee3f8f1547035cab507e1a513d4 /Cargo.toml
parent45f9ff09e66e56ff53d7ceef7348e5cffbd9be6e (diff)
downloadglutin-ffba8564c8edac6be0f648e625e4df32e48e2caa.tar.gz
glutin-ffba8564c8edac6be0f648e625e4df32e48e2caa.zip
Remove the dependency to compile_msg
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fc2be6f..c578d5e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -14,9 +14,6 @@ default = ["window"]
window = []
headless = []
-[dependencies.compile_msg]
-git = "https://github.com/huonw/compile_msg"
-
[dependencies.gl_generator]
git = "https://github.com/bjz/gl-rs"