diff options
author | 2021-07-20 21:34:20 +0700 | |
---|---|---|
committer | 2021-07-20 21:34:44 +0700 | |
commit | 82db3c78b6cfa2cc55ece6ffa46811bfb5195f60 (patch) | |
tree | 49b1011ad3dbc4fec78a52fef78628754ae9217e /glutin | |
parent | b97954a1ee3ec7bc85d1d41b397e994752ff1831 (diff) | |
download | iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.tar.gz iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.tar.bz2 iced-82db3c78b6cfa2cc55ece6ffa46811bfb5195f60.zip |
Update `winit` and `glutin` dependencies
... and remove crates.io patch
Diffstat (limited to 'glutin')
-rw-r--r-- | glutin/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index b42a6b36..b2a7f307 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -15,8 +15,8 @@ debug = ["iced_winit/debug"] [dependencies.glutin] version = "0.27" -# git = "https://github.com/iced-rs/glutin" -# rev = "2564d0ab87cf2ad824a2a58733aebe40dd2f29bb" +git = "https://github.com/iced-rs/glutin" +rev = "03437d8a1826d83c62017b2bb7bf18bfc9e352cc" [dependencies.iced_native] version = "0.4" |