summaryrefslogtreecommitdiffstats
path: root/lazy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'lazy/Cargo.toml')
-rw-r--r--lazy/Cargo.toml8
1 files changed, 0 insertions, 8 deletions
diff --git a/lazy/Cargo.toml b/lazy/Cargo.toml
index 9a184dd1..12e4e313 100644
--- a/lazy/Cargo.toml
+++ b/lazy/Cargo.toml
@@ -10,17 +10,9 @@ documentation = "https://docs.rs/iced_lazy"
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
categories = ["gui"]
-[features]
-pure = ["iced_pure"]
-
[dependencies]
ouroboros = "0.13"
[dependencies.iced_native]
version = "0.5"
path = "../native"
-
-[dependencies.iced_pure]
-version = "0.2"
-path = "../pure"
-optional = true