summaryrefslogtreecommitdiffstats
path: root/glow/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón <hector0193@gmail.com>2020-07-31 02:48:01 +0200
committerLibravatar GitHub <noreply@github.com>2020-07-31 02:48:01 +0200
commit869fa6baa81b1e5fa52bec7f4d02ddf7e29167ff (patch)
tree907ca3b4fb143166ef88030fec5d9543d6260ded /glow/Cargo.toml
parent4ab9992bf8636937ed3b0b557f084a2d1fedfd8a (diff)
parent795da598e0096ce557076db5f76c036290714188 (diff)
downloadiced-869fa6baa81b1e5fa52bec7f4d02ddf7e29167ff.tar.gz
iced-869fa6baa81b1e5fa52bec7f4d02ddf7e29167ff.tar.bz2
iced-869fa6baa81b1e5fa52bec7f4d02ddf7e29167ff.zip
Merge pull request #462 from hecrj/improvement/update-glow
Update `glow` to `0.5` in `iced_glow`
Diffstat (limited to 'glow/Cargo.toml')
-rw-r--r--glow/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/glow/Cargo.toml b/glow/Cargo.toml
index baf2eb2f..f1f491b3 100644
--- a/glow/Cargo.toml
+++ b/glow/Cargo.toml
@@ -15,8 +15,8 @@ image = []
svg = []
[dependencies]
-glow = "0.4"
-glow_glyph = "0.2"
+glow = "0.5"
+glow_glyph = "0.3"
glyph_brush = "0.7"
euclid = "0.20"
bytemuck = "1.2"