aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-12-19 13:06:50 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-12-19 13:06:50 +0100
commit95a60ee32965fa523aa8e9d8694df7c08b9da0ff (patch)
treeb3e61365d99f2c01f973aca461616885e38336da /build.rs
parent0b6418fabbeb0ec9cd326c5397969aceb06f1b41 (diff)
downloadglutin-95a60ee32965fa523aa8e9d8694df7c08b9da0ff.tar.gz
glutin-95a60ee32965fa523aa8e9d8694df7c08b9da0ff.zip
Switch WGL to ChoosePixelFormat
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 e137ad7..7afeb89 100644
--- a/build.rs
+++ b/build.rs
@@ -28,10 +28,12 @@ fn main() {
"WGL_ARB_create_context".to_string(),
"WGL_ARB_create_context_profile".to_string(),
"WGL_ARB_create_context_robustness".to_string(),
+ "WGL_ARB_context_flush_control".to_string(),
"WGL_ARB_extensions_string".to_string(),
"WGL_ARB_framebuffer_sRGB".to_string(),
"WGL_ARB_multisample".to_string(),
"WGL_ARB_pixel_format".to_string(),
+ "WGL_ARB_pixel_format_float".to_string(),
"WGL_EXT_create_context_es2_profile".to_string(),
"WGL_EXT_extensions_string".to_string(),
"WGL_EXT_framebuffer_sRGB".to_string(),