mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-24 03:48:30 +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 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};
|
use crate::versions::{GlVersion, GlslVersion};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user