mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 14:20:04 -04:00
Remove extern crate
This commit is contained in:
@@ -1,9 +1,5 @@
|
|||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
|
|
||||||
extern crate wasm_bindgen;
|
|
||||||
|
|
||||||
extern crate emigui;
|
|
||||||
|
|
||||||
pub mod webgl;
|
pub mod webgl;
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
|||||||
@@ -1,11 +1,4 @@
|
|||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
|
|
||||||
extern crate serde_json;
|
|
||||||
extern crate wasm_bindgen;
|
|
||||||
|
|
||||||
extern crate emigui;
|
|
||||||
extern crate emigui_wasm;
|
|
||||||
|
|
||||||
use std::sync::Arc;
|
use std::sync::Arc;
|
||||||
|
|
||||||
use {
|
use {
|
||||||
|
|||||||
Reference in New Issue
Block a user