diff options
author | 2021-10-18 15:49:28 +0700 | |
---|---|---|
committer | 2021-10-18 15:49:28 +0700 | |
commit | 95acc1deb89c4e75b513edb0f4d53b83c7f75b30 (patch) | |
tree | 88df284d5a005717c6e079d70ddc826f159551f3 /examples/custom_widget/Cargo.toml | |
parent | 945f69e567d1766c82f77d3299d2d619d56d3add (diff) | |
download | iced-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.toml | 1 |
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" } |