summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-18 09:58:54 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-01-18 09:59:14 +0100
commitb9dc106a56a9f91673f3a64b05e8413150adf5e0 (patch)
tree8fc5de5c5b81306845cccc75649c2aff39007b4f /Cargo.toml
parent8bf238697226e827dc983f9d89afbd0e252c5254 (diff)
downloadiced-b9dc106a56a9f91673f3a64b05e8413150adf5e0.tar.gz
iced-b9dc106a56a9f91673f3a64b05e8413150adf5e0.tar.bz2
iced-b9dc106a56a9f91673f3a64b05e8413150adf5e0.zip
Remove `winit` dependency from `iced` root crate
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 0 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 131a4ef5..665dc5a1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -70,8 +70,6 @@ thiserror.workspace = true
image.workspace = true
image.optional = true
-winit.workspace = true
-
[profile.release-opt]
inherits = "release"
codegen-units = 1