Rename GraphicsInformation to Information
This commit is contained in:
parent
7a13928130
commit
5be1ac18fe
7 changed files with 13 additions and 13 deletions
|
|
@ -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),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue