Fix broken links in documentation
This commit is contained in:
parent
53a183fe0d
commit
85800c99ab
9 changed files with 73 additions and 54 deletions
|
|
@ -58,18 +58,6 @@ impl<B: Backend> Renderer<B> {
|
|||
) -> O {
|
||||
f(&mut self.backend, &self.primitives)
|
||||
}
|
||||
|
||||
#[cfg(feature = "geometry")]
|
||||
pub fn draw_geometry<Geometry>(
|
||||
&mut self,
|
||||
layers: impl IntoIterator<Item = Geometry>,
|
||||
) where
|
||||
Geometry: Into<Primitive<B::Primitive>>,
|
||||
{
|
||||
for layer in layers {
|
||||
self.draw_primitive(layer.into());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl<B: Backend> iced_core::Renderer for Renderer<B> {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue