mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-13 06:28:36 +00:00
Remove unused import
This commit is contained in:
parent
d1df09dab4
commit
80dcbe0d30
@ -1,6 +1,6 @@
|
||||
use std::{borrow::Cow, error::Error, fmt::Display, marker::PhantomData, mem::size_of};
|
||||
|
||||
use imgui::{internal::RawWrapper, TextureId};
|
||||
use imgui::internal::RawWrapper;
|
||||
|
||||
use crate::versions::{GlVersion, GlslVersion};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user