diff options
Diffstat (limited to 'lazy/Cargo.toml')
-rw-r--r-- | lazy/Cargo.toml | 8 |
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 |