Update to latest glow

This commit is contained in:
Héctor Ramón Jiménez 2020-05-21 19:50:53 +02:00
parent 2798d4935e
commit bbfb1c040c
3 changed files with 17 additions and 25 deletions

View file

@ -14,12 +14,15 @@ svg = []
[dependencies]
euclid = "0.20"
glow = "0.4"
bytemuck = "1.2"
glam = "0.8"
log = "0.4"
glyph_brush = "0.6"
[dependencies.glow]
git = "https://github.com/grovesNL/glow"
rev = "722a850e972a69c3012fcb3687758eacbdac2823"
[dependencies.iced_native]
version = "0.2"
path = "../native"