Update to gleam 0.6

This commit is contained in:
Anthony Ramine 2018-07-18 15:32:08 +02:00
parent 6c7609c6f0
commit 20714bd08c
7 changed files with 45 additions and 45 deletions

View file

@ -17,7 +17,7 @@ default = []
embedder_traits = {path = "../embedder_traits"}
euclid = "0.18"
gfx_traits = {path = "../gfx_traits"}
gleam = {version = "0.5", optional = true}
gleam = {version = "0.6", optional = true}
image = "0.19"
ipc-channel = "0.10"
libc = "0.2"