Also update neon

This commit is contained in:
Olivier Goffart 2021-01-15 16:04:14 +01:00
parent 9ace1fcc78
commit f397e08abc
2 changed files with 3 additions and 4 deletions

View file

@ -22,14 +22,14 @@ sixtyfps-compilerlib = { version = "=0.0.4", path="../../../sixtyfps_compiler",
sixtyfps-interpreter = { version = "=0.0.4", path="../../../sixtyfps_runtime/interpreter" }
sixtyfps-corelib = { version = "=0.0.4", path="../../../sixtyfps_runtime/corelib" }
scoped-tls-hkt = "0.1"
neon = "0.6.0"
neon = "0.7.0"
css-color-parser2 = "1.0.1"
spin_on = "0.1" #FIXME: remove and delegate to async JS instead
vtable = { version = "0.1.1", path="../../../helper_crates/vtable" }
generativity = "1"
rand = "0.7.3"
rand = "0.8"
[build-dependencies]
neon-build = "0.6.0"
neon-build = "0.7.0"

View file

@ -20,7 +20,6 @@ default = ["x11"]
[dependencies]
sixtyfps-corelib = { version = "=0.0.4", path = "../../corelib", features = ["femtovg_backend"] }
const-field-offset = { version = "0.1", path = "../../../helper_crates/const-field-offset" }
lyon = { version = "0.16" }
image = { version = "0.23.12", default-features = false }
rgb = "0.8"
imgref = "1.6.1"