aboutsummaryrefslogtreecommitdiffstats
path: root/deps/gl/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 /deps/gl/Cargo.toml
downloadglutin-1cc0447c5ea5beb92d53d71f3bdc51f0bca33cd2.tar.gz
glutin-1cc0447c5ea5beb92d53d71f3bdc51f0bca33cd2.zip
Initial commit
Diffstat (limited to 'deps/gl/Cargo.toml')
-rw-r--r--deps/gl/Cargo.toml10
1 files changed, 10 insertions, 0 deletions
diff --git a/deps/gl/Cargo.toml b/deps/gl/Cargo.toml
new file mode 100644
index 0000000..cd93c91
--- /dev/null
+++ b/deps/gl/Cargo.toml
@@ -0,0 +1,10 @@
+[project]
+
+name = "gl"
+version = "0.0.1"
+authors = []
+tags = []
+
+[[lib]]
+name = "gl"
+path = "gl.rs"