aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-05-21 21:31:41 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-05-21 21:31:41 +0200
commit9c218992491beb4929ca3369779956415f916ce1 (patch)
tree7385d151cf00d0ea0fe240e69550c2c0e58d9722 /Cargo.toml
parent0a1fe4b8aadd25a91b73c1d06a8854a2c21160a1 (diff)
downloadglutin-9c218992491beb4929ca3369779956415f916ce1.tar.gz
glutin-9c218992491beb4929ca3369779956415f916ce1.zip
Fix the compilation on 32bits linux
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index bc97170..4f73636 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glutin"
-version = "0.1.5"
+version = "0.1.6"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
description = "Cross-plaform OpenGL context provider."
keywords = ["windowing", "opengl"]