Merge pull request #610 from hecrj/improvement/update-dependencies

Update dependencies
This commit is contained in:
Héctor Ramón 2020-11-11 18:06:27 +01:00 committed by GitHub
commit 73811c394a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 45 additions and 47 deletions

View file

@ -15,11 +15,11 @@ image = []
svg = []
[dependencies]
glow = "0.5"
glow_glyph = "0.3"
glow = "0.6"
glow_glyph = "0.4"
glyph_brush = "0.7"
euclid = "0.20"
bytemuck = "1.2"
euclid = "0.22"
bytemuck = "1.4"
log = "0.4"
[dependencies.iced_native]