Support custom renderers in iced_test through renderer::Headless trait
This commit is contained in:
parent
6572909ab5
commit
2cf4abf25b
12 changed files with 191 additions and 80 deletions
|
|
@ -146,7 +146,8 @@ impl Text {
|
|||
|
||||
/// The regular variant of the [Fira Sans] font.
|
||||
///
|
||||
/// It is loaded as part of the default fonts in Wasm builds.
|
||||
/// It is loaded as part of the default fonts when the `fira-sans`
|
||||
/// feature is enabled.
|
||||
///
|
||||
/// [Fira Sans]: https://mozilla.github.io/Fira/
|
||||
#[cfg(feature = "fira-sans")]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue