Update the emscripten port of glutin

This commit is contained in:
Pierre Krieger 2015-12-05 11:54:56 +01:00
parent 03ca5d5216
commit 982279bc39
8 changed files with 49 additions and 19 deletions

View file

@ -1,4 +1,4 @@
#![cfg(any(target_os = "linux", target_os = "freebsd", target_os = "dragonfly"))]
#![cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd"))]
extern crate osmesa_sys;