summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector@hecrj.dev>2024-03-19 23:41:30 +0100
committerLibravatar GitHub <noreply@github.com>2024-03-19 23:41:30 +0100
commitaf6bc4643df83c4695f0954aa3fdd258988a77cf (patch)
treeccf93e4439575a347a8d920325505bc1e215f691 /Cargo.toml
parent8ce16aba6204cb5c02a709cdf79c309f7b7e0196 (diff)
parent06df0b7b08a2448a2a6ee72fa908b1064f1101e8 (diff)
downloadiced-af6bc4643df83c4695f0954aa3fdd258988a77cf.tar.gz
iced-af6bc4643df83c4695f0954aa3fdd258988a77cf.tar.bz2
iced-af6bc4643df83c4695f0954aa3fdd258988a77cf.zip
Merge pull request #2342 from iced-rs/default-wasm-canvas-target
Target `#iced` container by default on Wasm
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f446e2af..3638102b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -158,4 +158,4 @@ web-time = "0.2"
wgpu = "0.19"
winapi = "0.3"
window_clipboard = "0.4.1"
-winit = { git = "https://github.com/iced-rs/winit.git", rev = "b91e39ece2c0d378c3b80da7f3ab50e17bb798a5" }
+winit = { git = "https://github.com/iced-rs/winit.git", rev = "592bd152f6d5786fae7d918532d7db752c0d164f" }