Implement vsync for x11 and add vsync example

This commit is contained in:
Pierre Krieger 2015-01-23 09:31:05 +01:00
parent 1d6b863cd4
commit b05ef16d81
4 changed files with 96 additions and 2 deletions

View file

@ -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"