Export Canvas if glow_canvas feature is enabled
This commit is contained in:
parent
dfeb3db003
commit
5c4f5ae5ec
1 changed files with 1 additions and 1 deletions
|
|
@ -50,7 +50,7 @@ mod platform {
|
||||||
text_input::TextInput,
|
text_input::TextInput,
|
||||||
};
|
};
|
||||||
|
|
||||||
#[cfg(feature = "canvas")]
|
#[cfg(any(feature = "canvas", feature = "glow_canvas"))]
|
||||||
#[doc(no_inline)]
|
#[doc(no_inline)]
|
||||||
pub use canvas::Canvas;
|
pub use canvas::Canvas;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue