Port remaining modules to web_sys
This commit is contained in:
parent
e4d8e22846
commit
54b4074369
6 changed files with 537 additions and 10 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue