Mount examples/resources in ggez::filesystem
This commit is contained in:
parent
d59d3f033d
commit
55a74a09ce
3 changed files with 23 additions and 16 deletions
|
|
@ -43,5 +43,5 @@ impl Renderer<'_> {
|
|||
impl iced::Renderer for Renderer<'_> {
|
||||
type Color = Color;
|
||||
|
||||
fn explain(&mut self, layout: &iced::Layout<'_>, color: Color) {}
|
||||
fn explain(&mut self, _layout: &iced::Layout<'_>, _color: Color) {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue