Now using compile_msg crate instead of static_assert

This commit is contained in:
Tomaka17 2014-08-12 09:16:08 +02:00
parent 87d62e5b6f
commit 391c4e525c
3 changed files with 8 additions and 2 deletions

View file

@ -4,5 +4,8 @@ name = "gl-init-rs"
version = "0.0.1"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
[dependencies.compile_msg]
git = "https://github.com/huonw/compile_msg"
[dev-dependencies.gl]
git = "https://github.com/bjz/gl-rs"