mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-22 02:48:28 +00:00
Get rid of unused macro_use
This commit is contained in:
parent
201645ef69
commit
b0cc299279
@ -1,4 +1,3 @@
|
|||||||
#[macro_use]
|
|
||||||
extern crate glium;
|
extern crate glium;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate imgui;
|
extern crate imgui;
|
||||||
|
|||||||
@ -1,6 +1,4 @@
|
|||||||
#[macro_use]
|
|
||||||
extern crate glium;
|
extern crate glium;
|
||||||
#[macro_use]
|
|
||||||
extern crate imgui;
|
extern crate imgui;
|
||||||
extern crate imgui_glium_renderer;
|
extern crate imgui_glium_renderer;
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,3 @@
|
|||||||
#[macro_use]
|
|
||||||
extern crate glium;
|
extern crate glium;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate imgui;
|
extern crate imgui;
|
||||||
|
|||||||
@ -4,7 +4,6 @@
|
|||||||
extern crate bitflags;
|
extern crate bitflags;
|
||||||
|
|
||||||
#[cfg(feature = "glium")]
|
#[cfg(feature = "glium")]
|
||||||
#[macro_use]
|
|
||||||
extern crate glium;
|
extern crate glium;
|
||||||
|
|
||||||
use std::convert::From;
|
use std::convert::From;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user