Remove extern crate
This commit is contained in:
parent
9f6e9c94d6
commit
cbd51c3f43
2 changed files with 0 additions and 11 deletions
|
@ -1,9 +1,5 @@
|
|||
#![deny(warnings)]
|
||||
|
||||
extern crate wasm_bindgen;
|
||||
|
||||
extern crate emigui;
|
||||
|
||||
pub mod webgl;
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
|
|
|
@ -1,11 +1,4 @@
|
|||
#![deny(warnings)]
|
||||
|
||||
extern crate serde_json;
|
||||
extern crate wasm_bindgen;
|
||||
|
||||
extern crate emigui;
|
||||
extern crate emigui_wasm;
|
||||
|
||||
use std::sync::Arc;
|
||||
|
||||
use {
|
||||
|
|
Loading…
Reference in a new issue