summaryrefslogtreecommitdiff
path: root/rust/opengl/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'rust/opengl/Cargo.toml')
-rw-r--r--rust/opengl/Cargo.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/rust/opengl/Cargo.toml b/rust/opengl/Cargo.toml
new file mode 100644
index 0000000..6407830
--- /dev/null
+++ b/rust/opengl/Cargo.toml
@@ -0,0 +1,8 @@
+[package]
+name = "opengl"
+version = "0.1.0"
+authors = ["Kjetil Orbekk <kjetil.orbekk@gmail.com>"]
+
+[dependencies]
+glium = "0.14.0"
+