Fix Backend link in iced_glow docs
This commit is contained in:
parent
6cb90570a3
commit
05750bf186
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ pub struct Backend {
|
||||||
impl Backend {
|
impl Backend {
|
||||||
/// Creates a new [`Backend`].
|
/// Creates a new [`Backend`].
|
||||||
///
|
///
|
||||||
/// [`Backend`]: struct.Renderer.html
|
/// [`Backend`]: struct.Backend.html
|
||||||
pub fn new(gl: &glow::Context, settings: Settings) -> Self {
|
pub fn new(gl: &glow::Context, settings: Settings) -> Self {
|
||||||
let text_pipeline = text::Pipeline::new(gl, settings.default_font);
|
let text_pipeline = text::Pipeline::new(gl, settings.default_font);
|
||||||
let quad_pipeline = quad::Pipeline::new(gl);
|
let quad_pipeline = quad::Pipeline::new(gl);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue