diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-07-06 22:38:52 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2016-07-06 22:38:52 -0400 |
commit | a72cfc1d2e9382f14ca2e06b46323f1431c967dd (patch) | |
tree | 60fb1c496e4a86462580e78bdc60f6e504a8ef57 /rust/opengl/Cargo.toml | |
parent | 13c9b28e8a1e61032ae651b5b2f685dfbd1f5867 (diff) |
1.6 Textures.
Diffstat (limited to 'rust/opengl/Cargo.toml')
-rw-r--r-- | rust/opengl/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/opengl/Cargo.toml b/rust/opengl/Cargo.toml index 6407830..8c14875 100644 --- a/rust/opengl/Cargo.toml +++ b/rust/opengl/Cargo.toml @@ -5,4 +5,4 @@ authors = ["Kjetil Orbekk <kjetil.orbekk@gmail.com>"] [dependencies] glium = "0.14.0" - +image = "*" |