Port remaining modules to web_sys

This commit is contained in:
Ben Merritt
2019-06-04 23:08:09 -07:00
parent e4d8e22846
commit 54b4074369
6 changed files with 537 additions and 10 deletions

View File

@@ -4,7 +4,7 @@ extern crate winit;
extern crate stdweb;
#[cfg(feature = "wasm-bindgen")]
#[macro_use]
extern crate stdweb;
extern crate wasm_bindgen;
use winit::window::WindowBuilder;
use winit::event::{Event, WindowEvent};