aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authortomaka <pierre.krieger1708@gmail.com>2015-01-25 12:56:15 +0100
committertomaka <pierre.krieger1708@gmail.com>2015-01-25 12:56:15 +0100
commitf8c66ff2a9979c9107221833d46d8841e8a90127 (patch)
tree6941107e1bbc096d49edf56e797aeb696c35cdc4 /Cargo.toml
parenta2e03e7c15de276cd0f59955f92e959918f836e8 (diff)
parentb05ef16d817af85d175d60422591d90fe3ec4218 (diff)
downloadglutin-f8c66ff2a9979c9107221833d46d8841e8a90127.tar.gz
glutin-f8c66ff2a9979c9107221833d46d8841e8a90127.zip
Merge pull request #220 from tomaka/x11-vsync
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"