aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDzmitry Malyshau <kvarkus@gmail.com>2015-04-11 23:30:17 -0400
committerDzmitry Malyshau <kvarkus@gmail.com>2015-04-12 13:45:41 -0400
commitac23d3114cf40628098d9e5574cb059aa0f22aee (patch)
treefe33220bbd0a544924f09219dcfbe452c3423234 /Cargo.toml
parentd5138d2708f2448ecda64fc20c00bc9b0a758a36 (diff)
downloadglutin-ac23d3114cf40628098d9e5574cb059aa0f22aee.tar.gz
glutin-ac23d3114cf40628098d9e5574cb059aa0f22aee.zip
Implemented get_pixel_format for X11
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 16fe474..4114108 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "glutin"
-version = "0.0.23"
+version = "0.0.24"
authors = ["tomaka <pierre.krieger1708@gmail.com>"]
description = "Cross-plaform OpenGL context provider."
keywords = ["windowing", "opengl"]