Rename GraphicsInformation to Information

This commit is contained in:
Richard 2022-04-26 19:09:09 -03:00
parent 7a13928130
commit 5be1ac18fe
7 changed files with 13 additions and 13 deletions

View file

@ -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;