aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-02-16 15:55:26 +0100
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-02-16 15:55:26 +0100
commit950fd58b77041f4c2e62be1e345df8554a447623 (patch)
tree625ff3e1edc8a690c66663b75817471689a01ca1 /build.rs
parentd1bc85c011ae8328936ba7bef9cd8c463e040dd3 (diff)
downloadglutin-950fd58b77041f4c2e62be1e345df8554a447623.tar.gz
glutin-950fd58b77041f4c2e62be1e345df8554a447623.zip
Implement enumerate_arb_pixel_formats
Diffstat (limited to 'build.rs')
-rw-r--r--build.rs4
1 files changed, 3 insertions, 1 deletions
diff --git a/build.rs b/build.rs
index 695d397..a151502 100644
--- a/build.rs
+++ b/build.rs
@@ -22,7 +22,9 @@ fn main() {
khronos_api::WGL_XML,
vec![
"WGL_ARB_create_context".to_string(),
- "WGL_EXT_swap_control".to_string()
+ "WGL_EXT_swap_control".to_string(),
+ "WGL_ARB_pixel_format".to_string(),
+ "WGL_ARB_framebuffer_sRGB".to_string(),
],
"1.0", "core", &mut file).unwrap();
}