aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2014-12-05 15:47:29 +0100
committertomaka <pierre.krieger1708@gmail.com>2014-12-05 15:47:29 +0100
commit2320c2bc974fcc655553e678c457230f3e97de68 (patch)
treedf1d88d82f92d896c636fbd14d700705d96b50a8 /Cargo.toml
parentab387dc2a3cac7e88688d2b16e758680eb3729d1 (diff)
parentffba8564c8edac6be0f648e625e4df32e48e2caa (diff)
downloadglutin-2320c2bc974fcc655553e678c457230f3e97de68.tar.gz
glutin-2320c2bc974fcc655553e678c457230f3e97de68.zip
Merge pull request #156 from tomaka/remove-compile-msg
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"