aboutsummaryrefslogtreecommitdiffstats
path: root/build.rs
diff options
context:
space:
mode:
authorPierre Krieger <pierre.krieger1708@gmail.com>2015-04-02 13:53:15 +0200
committerPierre Krieger <pierre.krieger1708@gmail.com>2015-04-02 13:53:15 +0200
commit4d81cc2df1e1a4867a8c874a39365f90b26e2cdb (patch)
tree712ec29f4122499380732abe74f41b63e543b5db /build.rs
parent2e1fe8283f82208375737674a731d2fe3c5e4539 (diff)
downloadglutin-4d81cc2df1e1a4867a8c874a39365f90b26e2cdb.tar.gz
glutin-4d81cc2df1e1a4867a8c874a39365f90b26e2cdb.zip
Fix missing parameter for pixel formats infos on win32
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 7aeeda9..4914e2d 100644
--- a/build.rs
+++ b/build.rs
@@ -29,6 +29,7 @@ fn main() {
"WGL_ARB_create_context_profile".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_EXT_create_context_es2_profile".to_string(),
"WGL_EXT_extensions_string".to_string(),