From 65f4809280b9b85bb55cfc7b72274fb56e094b4d Mon Sep 17 00:00:00 2001 From: Pierre Krieger Date: Fri, 3 Apr 2015 14:02:33 +0200 Subject: Add support for sRGB attribute and fix creation on windows --- build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'build.rs') diff --git a/build.rs b/build.rs index 8e3b0b1..1824a7a 100644 --- a/build.rs +++ b/build.rs @@ -31,6 +31,7 @@ fn main() { "WGL_ARB_pixel_format".to_string(), "WGL_EXT_create_context_es2_profile".to_string(), "WGL_EXT_extensions_string".to_string(), + "WGL_EXT_framebuffer_sRGB".to_string(), "WGL_EXT_swap_control".to_string(), ], "1.0", "core", &mut file).unwrap(); -- cgit v1.2.3