summaryrefslogtreecommitdiffstats
path: root/examples/custom_widget/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-10-18 15:49:28 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-10-18 15:49:28 +0700
commit95acc1deb89c4e75b513edb0f4d53b83c7f75b30 (patch)
tree88df284d5a005717c6e079d70ddc826f159551f3 /examples/custom_widget/Cargo.toml
parent945f69e567d1766c82f77d3299d2d619d56d3add (diff)
downloadiced-95acc1deb89c4e75b513edb0f4d53b83c7f75b30.tar.gz
iced-95acc1deb89c4e75b513edb0f4d53b83c7f75b30.tar.bz2
iced-95acc1deb89c4e75b513edb0f4d53b83c7f75b30.zip
Implement `Widget::draw` for `custom_widget` example
Diffstat (limited to 'examples/custom_widget/Cargo.toml')
-rw-r--r--examples/custom_widget/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/custom_widget/Cargo.toml b/examples/custom_widget/Cargo.toml
index 3942538d..86b0d2a9 100644
--- a/examples/custom_widget/Cargo.toml
+++ b/examples/custom_widget/Cargo.toml
@@ -8,4 +8,3 @@ publish = false
[dependencies]
iced = { path = "../.." }
iced_native = { path = "../../native" }
-iced_graphics = { path = "../../graphics" }