diff options
author | 2021-11-01 18:37:11 -0300 | |
---|---|---|
committer | 2022-01-19 17:40:17 -0300 | |
commit | 3c5ab3011772bf7dbdceafd00c0059dfac5aa40f (patch) | |
tree | a5dedf0d8d6ba5d2c44c595b39a608987b23b541 /glow | |
parent | f111b48d6a7d9ffd281f2b383b6239d7e1970761 (diff) | |
download | iced-3c5ab3011772bf7dbdceafd00c0059dfac5aa40f.tar.gz iced-3c5ab3011772bf7dbdceafd00c0059dfac5aa40f.tar.bz2 iced-3c5ab3011772bf7dbdceafd00c0059dfac5aa40f.zip |
Use `glutin`, `glow` and `glow_glyph` forks
Diffstat (limited to 'glow')
-rw-r--r-- | glow/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml index e40b8ba8..1fab7c53 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -16,8 +16,8 @@ image = [] svg = [] [dependencies] -glow = "0.6" -glow_glyph = "0.4" +glow = "0.11.1" +glow_glyph = "0.5.0" glyph_brush = "0.7" euclid = "0.22" bytemuck = "1.4" |