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

@ -157,10 +157,10 @@ impl iced_graphics::window::Compositor for Compositor {
);
}
fn get_information(&self) -> iced_graphics::window::GraphicsInformation {
fn get_information(&self) -> iced_graphics::window::Information {
let information = self.adapter.get_info();
iced_graphics::window::GraphicsInformation {
iced_graphics::window::Information {
adapter: information.name,
backend: format!("{:?}", information.backend),
}