From 391c4e525ce1aa77204f9da533042fb8158d891a Mon Sep 17 00:00:00 2001 From: Tomaka17 Date: Tue, 12 Aug 2014 09:16:08 +0200 Subject: Now using compile_msg crate instead of static_assert --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c1b8346..a17e483 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,8 @@ name = "gl-init-rs" version = "0.0.1" authors = ["tomaka "] +[dependencies.compile_msg] +git = "https://github.com/huonw/compile_msg" + [dev-dependencies.gl] git = "https://github.com/bjz/gl-rs" -- cgit v1.2.3