mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-15 15:38:28 +00:00
re-export winit and glow
Signed-off-by: Lena Milizé <me@lvmn.org>
This commit is contained in:
parent
fa3404fbb5
commit
b377181c54
@ -50,6 +50,9 @@ use std::{borrow::Cow, error::Error, fmt::Display, mem::size_of};
|
||||
use imgui::{internal::RawWrapper, DrawCmd, DrawData, DrawVert};
|
||||
|
||||
use crate::versions::{GlVersion, GlslVersion};
|
||||
|
||||
// Re-export glow to make it easier for users to use the correct version.
|
||||
pub use glow;
|
||||
use glow::{Context, HasContext};
|
||||
|
||||
pub mod versions;
|
||||
|
||||
@ -76,6 +76,9 @@
|
||||
use imgui::{self, BackendFlags, ConfigFlags, Context, Io, Key, Ui};
|
||||
use std::cell::Cell;
|
||||
use std::cmp::Ordering;
|
||||
|
||||
// Re-export winit to make it easier for users to use the correct version.
|
||||
pub use winit;
|
||||
use winit::dpi::{LogicalPosition, LogicalSize};
|
||||
|
||||
use winit::{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user