diff options
author | 2020-05-27 23:09:27 +0200 | |
---|---|---|
committer | 2020-05-27 23:09:27 +0200 | |
commit | 823ea1573245b849a0696543838a7ad1d0f914d8 (patch) | |
tree | 209b1697e46399210daa573d0479986b01d6053d /glow/Cargo.toml | |
parent | 22ced3485eb6f295faaab1e31d8d1b8d61fc422b (diff) | |
download | iced-823ea1573245b849a0696543838a7ad1d0f914d8.tar.gz iced-823ea1573245b849a0696543838a7ad1d0f914d8.tar.bz2 iced-823ea1573245b849a0696543838a7ad1d0f914d8.zip |
Update `glyph_brush` and `glow_glyph`
Diffstat (limited to 'glow/Cargo.toml')
-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 dd6bbefc..a18fffe1 100644 --- a/glow/Cargo.toml +++ b/glow/Cargo.toml @@ -15,12 +15,12 @@ svg = [] [dependencies] glow = "0.4" -glow_glyph = "0.1" +glow_glyph = "0.2" +glyph_brush = "0.7" euclid = "0.20" bytemuck = "1.2" glam = "0.8" log = "0.4" -glyph_brush = "0.6" [dependencies.iced_native] version = "0.2" |