diff options
author | 2021-08-16 15:50:20 +0700 | |
---|---|---|
committer | 2021-08-16 15:50:20 +0700 | |
commit | 663c3685da4140c9224ae6b189245c991508624b (patch) | |
tree | 7255dcc61530ae802af7b72e2ed7c1190ae8e725 /glutin | |
parent | 1b2e66ec4f856e95d2655d2d41b840deee01080e (diff) | |
download | iced-663c3685da4140c9224ae6b189245c991508624b.tar.gz iced-663c3685da4140c9224ae6b189245c991508624b.tar.bz2 iced-663c3685da4140c9224ae6b189245c991508624b.zip |
Update `winit` and `glutin` dependencies
Diffstat (limited to 'glutin')
-rw-r--r-- | glutin/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index b2a7f307..5e435acd 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -16,7 +16,7 @@ debug = ["iced_winit/debug"] [dependencies.glutin] version = "0.27" git = "https://github.com/iced-rs/glutin" -rev = "03437d8a1826d83c62017b2bb7bf18bfc9e352cc" +rev = "6f15ac1c5e138e081e95b4a91072d7922a4b7db4" [dependencies.iced_native] version = "0.4" |