From 749722fca6eb9c85901e80060583559317f2af79 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sat, 7 Dec 2019 05:47:14 +0100 Subject: Add `custom_widget` example It showcases how to build a simple native custom widget that draws a circle. --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 888a1c07..f6f1158a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,6 +41,8 @@ serde_json = "1.0" directories = "2.0" reqwest = "0.9" rand = "0.7" +iced_native = { version = "0.1", path = "./native" } +iced_wgpu = { version = "0.1", path = "./wgpu" } [target.'cfg(target_arch = "wasm32")'.dev-dependencies] wasm-bindgen = "0.2.51" -- cgit