summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor <hector@hecrj.dev>2025-01-28 18:28:38 +0100
committerLibravatar GitHub <noreply@github.com>2025-01-28 18:28:38 +0100
commitce7eafcd63e411ab86df96ac70aefeb4a9247432 (patch)
tree5183894cd11851b734d15277232a3987ccdfc4d4 /Cargo.toml
parentce4ee9323d31d7f346b1d775945f7629f3c5ab64 (diff)
parentbf3b40839b369b04af0d446f811586e1da943a8b (diff)
downloadiced-ce7eafcd63e411ab86df96ac70aefeb4a9247432.tar.gz
iced-ce7eafcd63e411ab86df96ac70aefeb4a9247432.tar.bz2
iced-ce7eafcd63e411ab86df96ac70aefeb4a9247432.zip
Merge pull request #2760 from rhysd/remove-winapi
Remove unused `winapi` crate from dependencies
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 58b54897..f1bbd6bb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -188,7 +188,6 @@ wasm-timer = "0.2"
web-sys = "0.3.69"
web-time = "1.1"
wgpu = "23.0"
-winapi = "0.3"
window_clipboard = "0.4.1"
winit = { git = "https://github.com/iced-rs/winit.git", rev = "11414b6aa45699f038114e61b4ddf5102b2d3b4b" }