summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-07 15:50:18 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-05-07 16:07:56 +0200
commit2645524f88414393d8b3ca9c6fe801b32b5ebd33 (patch)
tree9fad3313f97bcc5ca9c75c2c7ca08eb21ff578a2 /Cargo.toml
parentdb07b9ba9ef20c5995076992bf5592af12698000 (diff)
downloadiced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.tar.gz
iced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.tar.bz2
iced-2645524f88414393d8b3ca9c6fe801b32b5ebd33.zip
Update `winit` to `0.30`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 60773da0..06f7d198 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -172,11 +172,11 @@ unicode-segmentation = "1.0"
wasm-bindgen-futures = "0.4"
wasm-timer = "0.2"
web-sys = "=0.3.67"
-web-time = "0.2"
+web-time = "1.1"
wgpu = "0.19"
winapi = "0.3"
window_clipboard = "0.4.1"
-winit = { git = "https://github.com/iced-rs/winit.git", rev = "592bd152f6d5786fae7d918532d7db752c0d164f" }
+winit = { git = "https://github.com/iced-rs/winit.git", rev = "8affa522bc6dcc497d332a28c03491d22a22f5a7" }
[workspace.lints.rust]
rust_2018_idioms = "forbid"