From b05ef16d817af85d175d60422591d90fe3ec4218 Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 23 Jan 2015 09:31:05 +0100 Subject: Implement vsync for x11 and add vsync example --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.2.3