mirror of
https://github.com/eliasstepanik/imgui-rs.git
synced 2026-01-11 05:28:35 +00:00
Merge pull request #676 from lovelymono/reexport-glow-winit
Re-export `winit` and `glow` crates
This commit is contained in:
commit
8329cd7d17
@ -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