diff options
author | 2023-01-02 21:06:59 -0800 | |
---|---|---|
committer | 2023-01-09 11:28:07 -0800 | |
commit | 1944e98f82b7efd5b268e04ba5ced065e55a218e (patch) | |
tree | b1771e2004e0d402af147dc81df84e508a6291a9 /glutin/Cargo.toml | |
parent | f43419d4752fe18065c0e1b7c2a26e65b9d6e253 (diff) | |
download | iced-1944e98f82b7efd5b268e04ba5ced065e55a218e.tar.gz iced-1944e98f82b7efd5b268e04ba5ced065e55a218e.tar.bz2 iced-1944e98f82b7efd5b268e04ba5ced065e55a218e.zip |
Fix multi-window example for Glutin on MacOS
Diffstat (limited to '')
-rw-r--r-- | glutin/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/glutin/Cargo.toml b/glutin/Cargo.toml index 70820780..3f902d20 100644 --- a/glutin/Cargo.toml +++ b/glutin/Cargo.toml @@ -24,8 +24,6 @@ version = "0.4" [dependencies.glutin] version = "0.30" -git = "https://github.com/derezzedex/glutin" -rev = "2a2a97209c49929027beced68e1989b8486bdec9" [dependencies.iced_native] version = "0.7" |