mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-12 05:58:35 +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;
|
||||
#[macro_use]
|
||||
extern crate imgui;
|
||||
|
||||
@ -1,6 +1,4 @@
|
||||
#[macro_use]
|
||||
extern crate glium;
|
||||
#[macro_use]
|
||||
extern crate imgui;
|
||||
extern crate imgui_glium_renderer;
|
||||
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
#[macro_use]
|
||||
extern crate glium;
|
||||
#[macro_use]
|
||||
extern crate imgui;
|
||||
|
||||
@ -4,7 +4,6 @@
|
||||
extern crate bitflags;
|
||||
|
||||
#[cfg(feature = "glium")]
|
||||
#[macro_use]
|
||||
extern crate glium;
|
||||
|
||||
use std::convert::From;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user