From 435b54e57ecdaf08b1f36626f0000438895c909d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 26 Apr 2023 16:09:36 +0200 Subject: Revert "Use `pixels` for presentation in `iced_tiny_skia` when possible" This reverts commit 16e6efe020e75d51958875fa198196534679af8d. --- tiny_skia/Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tiny_skia/Cargo.toml') diff --git a/tiny_skia/Cargo.toml b/tiny_skia/Cargo.toml index a8342e5f..f629dab9 100644 --- a/tiny_skia/Cargo.toml +++ b/tiny_skia/Cargo.toml @@ -4,8 +4,6 @@ version = "0.1.0" edition = "2021" [features] -default = ["gpu"] -gpu = ["pixels"] image = ["iced_graphics/image"] svg = ["resvg"] geometry = ["iced_graphics/geometry"] @@ -33,10 +31,6 @@ default-features = false version = "1.6.1" features = ["std"] -[dependencies.pixels] -version = "0.12" -optional = true - [dependencies.resvg] version = "0.29" optional = true -- cgit