Try to draw simple "Hello world!"
This commit is contained in:
parent
13ed6ef3e3
commit
6ab43a8d5e
6 changed files with 47 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ edition.workspace = true
|
|||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
cosmic-text = "0.11.2"
|
||||
cosmic-text.workspace = true
|
||||
image.workspace = true
|
||||
palette.workspace = true
|
||||
taffy.workspace = true
|
||||
|
|
|
|||
|
|
@ -143,6 +143,6 @@ impl<C: HasFontStuff> Widget<C> for Text {
|
|||
view.rect(area, color);
|
||||
});
|
||||
|
||||
todo!()
|
||||
Ok(())
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue