summaryrefslogtreecommitdiffstats
path: root/examples/todos.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-14 03:34:41 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2019-11-14 03:34:41 +0100
commit2c8ba652a7929ac6c2af28ac60a8bd4b8e8e2f10 (patch)
tree1ceabb28d98c4f4cc9a556d2a5328ce8b7163130 /examples/todos.rs
parent66bb2f7cbffafd75bbba24246dc38cd0d0c4744e (diff)
downloadiced-2c8ba652a7929ac6c2af28ac60a8bd4b8e8e2f10.tar.gz
iced-2c8ba652a7929ac6c2af28ac60a8bd4b8e8e2f10.tar.bz2
iced-2c8ba652a7929ac6c2af28ac60a8bd4b8e8e2f10.zip
Draw proper checkmark for `Checkbox` in `iced_wgpu`
Diffstat (limited to 'examples/todos.rs')
-rw-r--r--examples/todos.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/todos.rs b/examples/todos.rs
index 19e2a701..f921a666 100644
--- a/examples/todos.rs
+++ b/examples/todos.rs
@@ -357,7 +357,7 @@ fn empty_message(message: &str) -> Element<'static, Message> {
// Fonts
const ICONS: Font = Font::External {
name: "Icons",
- bytes: include_bytes!("./resources/icons.ttf"),
+ bytes: include_bytes!("resources/icons.ttf"),
};
fn icon(unicode: char) -> Text {