diff options
Diffstat (limited to '')
-rw-r--r-- | graphics/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
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 |