diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-06-10 23:45:06 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-06-10 23:45:06 -0400 |
commit | 695f4cec3b8216577b9ce7e0b017e23b2eb19212 (patch) | |
tree | fb6d5c4bf94216714f7ff5c833c86712348db148 /rust/opengl/Cargo.toml | |
parent | 7374f65411d76dfe855d345f87dddb2fcda7ce5e (diff) |
OpenGL example using glium.
Diffstat (limited to 'rust/opengl/Cargo.toml')
-rw-r--r-- | rust/opengl/Cargo.toml | 8 |
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" + |