aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-06-25 09:34:33 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-06-25 09:35:58 +0200
commitbff79c02cebd6ddba88918053d4fcd39bbd09b11 (patch)
tree089c25583836b160a073c1b0a3feebfb66059a9d /Cargo.toml
parent1c6fb9daae92127271e0e13e373998f2bc37df82 (diff)
downloadglutin-bff79c02cebd6ddba88918053d4fcd39bbd09b11.tar.gz
glutin-bff79c02cebd6ddba88918053d4fcd39bbd09b11.zip
Add support for the EGL_KHR_create_context_no_error extension
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 a1a826a..206829e 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -22,7 +22,7 @@ shared_library = "0.1.0"
[build-dependencies]
gl_generator = "0.0.26"
-khronos_api = "0.0.5"
+khronos_api = "0.0.6"
[dev-dependencies]
clock_ticks = "0.0.5"