summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock1
-rw-r--r--Cargo.toml1
-rw-r--r--winit/Cargo.toml3
3 files changed, 0 insertions, 5 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 48c31dd5..83a222a2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2652,7 +2652,6 @@ dependencies = [
"tracing",
"wasm-bindgen-futures",
"web-sys",
- "winapi",
"window_clipboard",
"winit",
]
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" }
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index 10a6369b..f8f8e26e 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -39,9 +39,6 @@ winit.workspace = true
sysinfo.workspace = true
sysinfo.optional = true
-[target.'cfg(target_os = "windows")'.dependencies]
-winapi.workspace = true
-
[target.'cfg(target_arch = "wasm32")'.dependencies]
web-sys.workspace = true
web-sys.features = ["Document", "Window", "HtmlCanvasElement"]