X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=main.rs;h=9c223c90973673d8493c6d7b780642ecc2d933d6;hb=71da4db85741e2f43ba40341e0baec34ff41bb92;hp=e0d2ad2df089ae64fe881c29b3341118d6c18d79;hpb=475b28ef9c58a937a6637bcf49f1b6b95d10a9f5;p=mandelwow.git diff --git a/main.rs b/main.rs index e0d2ad2..9c223c9 100644 --- a/main.rs +++ b/main.rs @@ -13,6 +13,8 @@ use glium::{DisplayBuild, Surface}; use glutin::ElementState::Pressed; use glutin::Event::KeyboardInput; use glutin::VirtualKeyCode; + +#[cfg(target_os = "emscripten")] use std::os::raw::{c_int, c_void}; mod bounding_box;