summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-10 04:56:37 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-10 04:56:37 +0100
commit1713ac49f2ae794f78f24c01d6c21625b2c2879c (patch)
tree7a4ac6f2940c05bd024e62e7ac943e860246f09a /Cargo.toml
parent1aeb317f2dbfb63215e6226073e67878ffa6503b (diff)
downloadiced-1713ac49f2ae794f78f24c01d6c21625b2c2879c.tar.gz
iced-1713ac49f2ae794f78f24c01d6c21625b2c2879c.tar.bz2
iced-1713ac49f2ae794f78f24c01d6c21625b2c2879c.zip
Decouple `iced_test` from `iced` crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0b9833d6..51528ce2 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -72,7 +72,6 @@ unconditional-rendering = ["iced_winit/unconditional-rendering"]
iced_core.workspace = true
iced_futures.workspace = true
iced_renderer.workspace = true
-iced_test.workspace = true
iced_widget.workspace = true
iced_winit.features = ["program"]
iced_winit.workspace = true