From b1d6ad00703063d8381dd847361e4684f18c10bd Mon Sep 17 00:00:00 2001 From: Nick Senger Date: Mon, 18 Apr 2022 09:03:17 -0700 Subject: Revert "add example" This reverts commit 11986547cbe772fa0bb863cefc3fff7877d1a6d5. --- examples/pure/stateless_component/Cargo.toml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 examples/pure/stateless_component/Cargo.toml (limited to 'examples/pure/stateless_component/Cargo.toml') diff --git a/examples/pure/stateless_component/Cargo.toml b/examples/pure/stateless_component/Cargo.toml deleted file mode 100644 index d89ebf85..00000000 --- a/examples/pure/stateless_component/Cargo.toml +++ /dev/null @@ -1,12 +0,0 @@ -[package] -name = "stateless_component" -version = "0.1.0" -authors = ["Héctor Ramón Jiménez "] -edition = "2021" -publish = false - -[dependencies] -iced = { path = "../../..", features = ["debug", "pure"] } -iced_native = { path = "../../../native" } -iced_lazy = { path = "../../../lazy", features = ["pure"] } -iced_pure = { path = "../../../pure" } -- cgit