summaryrefslogtreecommitdiffstats
path: root/winit/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-20 21:34:20 +0700
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2021-07-20 21:34:44 +0700
commit82db3c78b6cfa2cc55ece6ffa46811bfb5195f60 (patch)
tree49b1011ad3dbc4fec78a52fef78628754ae9217e /winit/Cargo.toml
parentb97954a1ee3ec7bc85d1d41b397e994752ff1831 (diff)
downloadiced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.tar.gz
iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.tar.bz2
iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.zip
Update `winit` and `glutin` dependencies
... and remove crates.io patch
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r--winit/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml
index 87fd23d5..b1192135 100644
--- a/winit/Cargo.toml
+++ b/winit/Cargo.toml
@@ -20,8 +20,8 @@ thiserror = "1.0"
[dependencies.winit]
version = "0.25"
-# git = "https://github.com/iced-rs/winit"
-# rev = "e351421a32bf01b428325dde44dea39ee2656153"
+git = "https://github.com/iced-rs/winit"
+rev = "844485272a7412cb35cdbfac3524decdf59475ca"
[dependencies.iced_native]
version = "0.4"