mirror of
https://github.com/slint-ui/slint.git
synced 2025-10-02 14:51:15 +00:00
Update neon version
This commit is contained in:
parent
f6d60c2662
commit
ae2be87838
1 changed files with 3 additions and 3 deletions
|
@ -17,18 +17,18 @@ crate-type = ["cdylib"]
|
|||
name = "sixtyfps_node_native"
|
||||
|
||||
[dependencies]
|
||||
once_cell = "1.4"
|
||||
once_cell = "1.5"
|
||||
sixtyfps-compilerlib = { version = "=0.0.3", path="../../../sixtyfps_compiler", features = ["display-diagnostics"] }
|
||||
sixtyfps-interpreter = { version = "=0.0.3", path="../../../sixtyfps_runtime/interpreter" }
|
||||
sixtyfps-corelib = { version = "=0.0.3", path="../../../sixtyfps_runtime/corelib" }
|
||||
scoped-tls-hkt = "0.1"
|
||||
neon = "0.5.0"
|
||||
neon = "0.6.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"
|
||||
|
||||
[build-dependencies]
|
||||
neon-build = "0.5.0"
|
||||
neon-build = "0.6.0"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue