mirror of
https://github.com/slint-ui/slint.git
synced 2025-09-27 20:42:25 +00:00
Janitor: dependency updates
This commit is contained in:
parent
43d1f62fb1
commit
5a43f3b8af
4 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Corrosion
|
Corrosion
|
||||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
||||||
GIT_TAG v0.4.6
|
GIT_TAG v0.4.7
|
||||||
)
|
)
|
||||||
FetchContent_MakeAvailable(Corrosion)
|
FetchContent_MakeAvailable(Corrosion)
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ name = "ffmpeg"
|
||||||
[dependencies]
|
[dependencies]
|
||||||
slint = { path = "../../api/rs/slint" }
|
slint = { path = "../../api/rs/slint" }
|
||||||
ffmpeg-next = { version = "6.0.0" }
|
ffmpeg-next = { version = "6.0.0" }
|
||||||
smol = { version = "1.3.0" }
|
smol = { version = "2.0.0" }
|
||||||
anyhow = { version = "1.0" }
|
anyhow = { version = "1.0" }
|
||||||
futures = { version = "0.3.28" }
|
futures = { version = "0.3.28" }
|
||||||
cpal = "0.15.2"
|
cpal = "0.15.2"
|
||||||
|
|
|
@ -21,7 +21,7 @@ test_driver_lib = { path = "../driverlib" }
|
||||||
# Require `artifact` dependencies tracked by rust RFC 3028
|
# Require `artifact` dependencies tracked by rust RFC 3028
|
||||||
#slint-node = { path = "../../../api/node", artifact = ["cdylib"] }
|
#slint-node = { path = "../../../api/node", artifact = ["cdylib"] }
|
||||||
lazy_static = "1.4.0"
|
lazy_static = "1.4.0"
|
||||||
which = "5.0"
|
which = "6.0"
|
||||||
tempfile = "3.2"
|
tempfile = "3.2"
|
||||||
|
|
||||||
[build-dependencies]
|
[build-dependencies]
|
||||||
|
|
|
@ -24,5 +24,5 @@ xshell = "0.2.1"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
cbindgen = { workspace = true }
|
cbindgen = { workspace = true }
|
||||||
proc-macro2 = "1.0.11"
|
proc-macro2 = "1.0.11"
|
||||||
which = "5.0"
|
which = "6.0"
|
||||||
i-slint-common = { workspace = true, features = ["default"] }
|
i-slint-common = { workspace = true, features = ["default"] }
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue