mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-01 14:21:16 +00:00
Also update neon
This commit is contained in:
parent
9ace1fcc78
commit
f397e08abc
2 changed files with 3 additions and 4 deletions
|
@ -22,14 +22,14 @@ sixtyfps-compilerlib = { version = "=0.0.4", path="../../../sixtyfps_compiler",
|
||||||
sixtyfps-interpreter = { version = "=0.0.4", path="../../../sixtyfps_runtime/interpreter" }
|
sixtyfps-interpreter = { version = "=0.0.4", path="../../../sixtyfps_runtime/interpreter" }
|
||||||
sixtyfps-corelib = { version = "=0.0.4", path="../../../sixtyfps_runtime/corelib" }
|
sixtyfps-corelib = { version = "=0.0.4", path="../../../sixtyfps_runtime/corelib" }
|
||||||
scoped-tls-hkt = "0.1"
|
scoped-tls-hkt = "0.1"
|
||||||
neon = "0.6.0"
|
neon = "0.7.0"
|
||||||
css-color-parser2 = "1.0.1"
|
css-color-parser2 = "1.0.1"
|
||||||
spin_on = "0.1" #FIXME: remove and delegate to async JS instead
|
spin_on = "0.1" #FIXME: remove and delegate to async JS instead
|
||||||
vtable = { version = "0.1.1", path="../../../helper_crates/vtable" }
|
vtable = { version = "0.1.1", path="../../../helper_crates/vtable" }
|
||||||
generativity = "1"
|
generativity = "1"
|
||||||
rand = "0.7.3"
|
rand = "0.8"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
neon-build = "0.6.0"
|
neon-build = "0.7.0"
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -20,7 +20,6 @@ default = ["x11"]
|
||||||
[dependencies]
|
[dependencies]
|
||||||
sixtyfps-corelib = { version = "=0.0.4", path = "../../corelib", features = ["femtovg_backend"] }
|
sixtyfps-corelib = { version = "=0.0.4", path = "../../corelib", features = ["femtovg_backend"] }
|
||||||
const-field-offset = { version = "0.1", path = "../../../helper_crates/const-field-offset" }
|
const-field-offset = { version = "0.1", path = "../../../helper_crates/const-field-offset" }
|
||||||
lyon = { version = "0.16" }
|
|
||||||
image = { version = "0.23.12", default-features = false }
|
image = { version = "0.23.12", default-features = false }
|
||||||
rgb = "0.8"
|
rgb = "0.8"
|
||||||
imgref = "1.6.1"
|
imgref = "1.6.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue