Doc fixes (#3312)
This commit is contained in:
parent
775c8ece70
commit
34dd2cdba9
3 changed files with 8 additions and 10 deletions
|
|
@ -54,11 +54,6 @@ pub struct CustomCursor {
|
|||
|
||||
impl CustomCursor {
|
||||
/// Creates a new cursor from an rgba buffer.
|
||||
///
|
||||
/// ## Platform-specific
|
||||
///
|
||||
/// - **Web:** Setting cursor could be delayed due to the creation of `Blob` objects,
|
||||
/// which are async by nature.
|
||||
pub fn from_rgba(
|
||||
rgba: impl Into<Vec<u8>>,
|
||||
width: u16,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue