Introduce GraphicsInformation to iced_graphics
This commit is contained in:
parent
ced5f5075f
commit
e23e4b8db2
2 changed files with 10 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ mod compositor;
|
|||
#[cfg(feature = "opengl")]
|
||||
mod gl_compositor;
|
||||
|
||||
pub use compositor::{Compositor, SurfaceError};
|
||||
pub use compositor::{Compositor, GraphicsInformation, SurfaceError};
|
||||
|
||||
#[cfg(feature = "opengl")]
|
||||
pub use gl_compositor::GLCompositor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue