From 95a60ee32965fa523aa8e9d8694df7c08b9da0ff Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Sat, 19 Dec 2015 13:06:50 +0100 Subject: Switch WGL to ChoosePixelFormat --- build.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'build.rs') 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(), -- cgit v1.2.3