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