aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-03 14:02:33 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-08 09:44:19 +0200
commit65f4809280b9b85bb55cfc7b72274fb56e094b4d (patch)
tree7619b598634ecd91e10b7789fbcb92340f4e7737 /build.rs
parent41044c160aa47ea705995da0f09fd77148ff67e2 (diff)
downloadglutin-65f4809280b9b85bb55cfc7b72274fb56e094b4d.tar.gz
glutin-65f4809280b9b85bb55cfc7b72274fb56e094b4d.zip
Add support for sRGB attribute and fix creation on windows
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs1
1 files changed, 1 insertions, 0 deletions
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();