diff options
author | 2025-01-28 18:28:38 +0100 | |
---|---|---|
committer | 2025-01-28 18:28:38 +0100 | |
commit | ce7eafcd63e411ab86df96ac70aefeb4a9247432 (patch) | |
tree | 5183894cd11851b734d15277232a3987ccdfc4d4 /Cargo.toml | |
parent | ce4ee9323d31d7f346b1d775945f7629f3c5ab64 (diff) | |
parent | bf3b40839b369b04af0d446f811586e1da943a8b (diff) | |
download | iced-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.toml | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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" } |