diff --git a/api/sixtyfps-node/native/Cargo.toml b/api/sixtyfps-node/native/Cargo.toml index a4e3dfe43..10d3553d7 100644 --- a/api/sixtyfps-node/native/Cargo.toml +++ b/api/sixtyfps-node/native/Cargo.toml @@ -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" diff --git a/sixtyfps_runtime/rendering_backends/gl/Cargo.toml b/sixtyfps_runtime/rendering_backends/gl/Cargo.toml index 479cfd94d..951e56f8a 100644 --- a/sixtyfps_runtime/rendering_backends/gl/Cargo.toml +++ b/sixtyfps_runtime/rendering_backends/gl/Cargo.toml @@ -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"