diff options
author | 2020-05-22 05:52:11 +0200 | |
---|---|---|
committer | 2020-05-22 05:55:28 +0200 | |
commit | 6f71a8e3d5e47ab05653315b0d44b35af6a20338 (patch) | |
tree | 57cbc1f7aa836b021da7ec1e1a05f86b63c35148 /glow/Cargo.toml | |
parent | 1b287cddaf1951bbd65e60996eea6d356c131c1f (diff) | |
download | iced-6f71a8e3d5e47ab05653315b0d44b35af6a20338.tar.gz iced-6f71a8e3d5e47ab05653315b0d44b35af6a20338.tar.bz2 iced-6f71a8e3d5e47ab05653315b0d44b35af6a20338.zip |
Use `get_uniform_location` for wider compatibility
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r-- | glow/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index d1f1e3d7..b0d244f0 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -34,4 +34,4 @@ features = ["font-source", "font-fallback", "font-icons", "opengl"] [dependencies.glow_glyph] git = "https://github.com/hecrj/glow_glyph" -rev = "f027ffa49962d78ac85e282c635e848bef785ee9" +rev = "8ec7982d9e0ce828769d4ba7abe73b0b0ec22db6" |