aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-01-23 09:31:05 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-01-23 09:33:22 +0100
commitb05ef16d817af85d175d60422591d90fe3ec4218 (patch)
treeb0a55aecc955cfadbebcc20183c9a7eabdcc033b /Cargo.toml
parent1d6b863cd454839b8e3cf1e296cbf8f31fb70029 (diff)
downloadglutin-b05ef16d817af85d175d60422591d90fe3ec4218.tar.gz
glutin-b05ef16d817af85d175d60422591d90fe3ec4218.zip
Implement vsync for x11 and add vsync example
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b7a148c..a277291 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -23,6 +23,9 @@ gl_common = "*"
gl_generator = "*"
khronos_api = "*"
+[dev-dependencies]
+clock_ticks = "*"
+
[target.arm-linux-androideabi.dependencies.android_glue]
git = "https://github.com/tomaka/android-rs-glue"