aboutsummaryrefslogtreecommitdiffstats
path: root/deps/gl/Cargo.toml
diff options
context:
space:
mode:
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"