summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar rhysd <lin90162@yahoo.co.jp>2025-01-28 21:41:37 +0900
committerLibravatar rhysd <lin90162@yahoo.co.jp>2025-01-28 21:41:37 +0900
commitbf3b40839b369b04af0d446f811586e1da943a8b (patch)
tree5183894cd11851b734d15277232a3987ccdfc4d4 /Cargo.toml
parentce4ee9323d31d7f346b1d775945f7629f3c5ab64 (diff)
downloadiced-bf3b40839b369b04af0d446f811586e1da943a8b.tar.gz
iced-bf3b40839b369b04af0d446f811586e1da943a8b.tar.bz2
iced-bf3b40839b369b04af0d446f811586e1da943a8b.zip
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" }