Initial commit

This commit is contained in:
Tomaka17 2014-07-27 10:55:37 +02:00
commit 1cc0447c5e
10 changed files with 5394 additions and 0 deletions

8
Cargo.toml Normal file
View file

@ -0,0 +1,8 @@
[package]
name = "gl-init-rs"
version = "0.0.1"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
[dev-dependencies.gl]
path = "deps/gl"