Fix Backend link in iced_glow docs

This commit is contained in:
Héctor Ramón Jiménez 2020-05-30 03:05:12 +02:00
parent 6cb90570a3
commit 05750bf186

View File

@ -23,7 +23,7 @@ pub struct Backend {
impl Backend {
/// Creates a new [`Backend`].
///
/// [`Backend`]: struct.Renderer.html
/// [`Backend`]: struct.Backend.html
pub fn new(gl: &glow::Context, settings: Settings) -> Self {
let text_pipeline = text::Pipeline::new(gl, settings.default_font);
let quad_pipeline = quad::Pipeline::new(gl);