aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorTomaka17 <pierre.krieger1708@gmail.com>2014-07-27 10:55:37 +0200
committerTomaka17 <pierre.krieger1708@gmail.com>2014-07-27 11:41:26 +0200
commit1cc0447c5ea5beb92d53d71f3bdc51f0bca33cd2 (patch)
tree397adadc160bf085c53cfa8b27a2ef502da1d42f /Cargo.toml
downloadglutin-1cc0447c5ea5beb92d53d71f3bdc51f0bca33cd2.tar.gz
glutin-1cc0447c5ea5beb92d53d71f3bdc51f0bca33cd2.zip
Initial commit
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
new file mode 100644
index 0000000..4da75c0
--- /dev/null
+++ b/Cargo.toml
@@ -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"