diff options
author | 2021-08-16 15:50:20 +0700 | |
---|---|---|
committer | 2021-08-16 15:50:20 +0700 | |
commit | 663c3685da4140c9224ae6b189245c991508624b (patch) | |
tree | 7255dcc61530ae802af7b72e2ed7c1190ae8e725 /winit/Cargo.toml | |
parent | 1b2e66ec4f856e95d2655d2d41b840deee01080e (diff) | |
download | iced-663c3685da4140c9224ae6b189245c991508624b.tar.gz iced-663c3685da4140c9224ae6b189245c991508624b.tar.bz2 iced-663c3685da4140c9224ae6b189245c991508624b.zip |
Update `winit` and `glutin` dependencies
Diffstat (limited to 'winit/Cargo.toml')
-rw-r--r-- | winit/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winit/Cargo.toml b/winit/Cargo.toml index b1192135..16218098 100644 --- a/winit/Cargo.toml +++ b/winit/Cargo.toml @@ -21,7 +21,7 @@ thiserror = "1.0" [dependencies.winit] version = "0.25" git = "https://github.com/iced-rs/winit" -rev = "844485272a7412cb35cdbfac3524decdf59475ca" +rev = "eba45b9567d3efdba5165381960b4f914fffeb96" [dependencies.iced_native] version = "0.4" |