Fix iced_native widget examples
This commit is contained in:
parent
7a8a79cd37
commit
f943764a29
6 changed files with 17 additions and 18 deletions
|
|
@ -12,8 +12,9 @@ use std::hash::Hash;
|
|||
///
|
||||
/// ```
|
||||
/// # use iced_native::Text;
|
||||
///
|
||||
/// #
|
||||
/// Text::new("I <3 iced!")
|
||||
/// .color([0.0, 0.0, 1.0])
|
||||
/// .size(40);
|
||||
/// ```
|
||||
#[derive(Debug, Clone)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue