From ff2519b1d43d481987351a83b6dd7237524c21f0 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 27 Jul 2022 06:49:20 +0200 Subject: Replace stateful widgets with new `iced_pure` API --- graphics/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'graphics/Cargo.toml') diff --git a/graphics/Cargo.toml b/graphics/Cargo.toml index 97500112..49d4d9c6 100644 --- a/graphics/Cargo.toml +++ b/graphics/Cargo.toml @@ -17,7 +17,6 @@ font-source = ["font-kit"] font-fallback = [] font-icons = [] opengl = [] -pure = ["iced_pure"] [dependencies] glam = "0.10" @@ -36,11 +35,6 @@ path = "../native" version = "0.4" path = "../style" -[dependencies.iced_pure] -version = "0.2" -path = "../pure" -optional = true - [dependencies.lyon] version = "1.0" optional = true -- cgit