aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
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 /build.rs
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 'build.rs')
-rw-r--r--build.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.rs b/build.rs
index 9e6e181..a154868 100644
--- a/build.rs
+++ b/build.rs
@@ -40,6 +40,8 @@ fn main() {
khronos_api::GLX_XML,
vec![
"GLX_ARB_create_context".to_string(),
+ "GLX_EXT_swap_control".to_string(),
+ "GLX_SGI_swap_control".to_string()
],
"1.4", "core", &mut file).unwrap();
}