diff options
author | 2022-09-28 19:10:47 -0300 | |
---|---|---|
committer | 2023-01-09 11:27:04 -0800 | |
commit | a386788b67bf4e008916e79a8c7dd7289a3ab3cd (patch) | |
tree | 3822c5b7044c66dac1f6579c5eafe7443d8e8fbe /glutin/Cargo.toml | |
parent | ce43514eaca0e892ad2f646a63fc29af2150d79c (diff) | |
download | iced-a386788b67bf4e008916e79a8c7dd7289a3ab3cd.tar.gz iced-a386788b67bf4e008916e79a8c7dd7289a3ab3cd.tar.bz2 iced-a386788b67bf4e008916e79a8c7dd7289a3ab3cd.zip |
use `glutin/multi_window` branch
Diffstat (limited to 'glutin/Cargo.toml')
-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 2960a0bd..75a38d22 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -21,8 +21,8 @@ version = "0.4" [dependencies.glutin] version = "0.29" -git = "https://github.com/iced-rs/glutin" -rev = "da8d291486b4c9bec12487a46c119c4b1d386abf" +git = "https://github.com/derezzedex/glutin" +rev = "e72ea919f95106cfdfdce3e7dcfdbf71a432840a" [dependencies.iced_native] version = "0.7" |