Fix copy-pasted panic description in iced_renderer
This commit is contained in:
parent
42b2e9b007
commit
c2249d2506
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ impl Candidate {
|
|||
Renderer::new(crate::Backend::TinySkia(backend)),
|
||||
))
|
||||
} else {
|
||||
panic!("`wgpu` feature was not enabled in `iced_renderer`");
|
||||
panic!("`tiny-skia` feature was not enabled in `iced_renderer`");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue