From 95acc1deb89c4e75b513edb0f4d53b83c7f75b30 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 18 Oct 2021 15:49:28 +0700 Subject: Implement `Widget::draw` for `custom_widget` example --- examples/custom_widget/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/custom_widget/Cargo.toml') 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" } -- cgit