Mount examples/resources in ggez::filesystem

This commit is contained in:
Héctor Ramón Jiménez 2019-08-27 03:21:24 +02:00
parent d59d3f033d
commit 55a74a09ce
3 changed files with 23 additions and 16 deletions

View file

@ -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) {}
}