mirror of
https://gitlab.freedesktop.org/dabrain34/GstPipelineStudio.git
synced 2024-12-17 21:46:31 +00:00
gtk: update to 0.8.2
update other packages to latter versions with cargo update
This commit is contained in:
parent
1f200f4f30
commit
b8a92586d4
2 changed files with 204 additions and 201 deletions
403
Cargo.lock
generated
403
Cargo.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -7,7 +7,7 @@ rust-version = "1.70.0"
|
|||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
gtk = { version = "0.8.0", package = "gtk4" }
|
||||
gtk = { version = "0.8.2", package = "gtk4" }
|
||||
gst = { package = "gstreamer", version = "0.22.2" }
|
||||
gst-plugin-gtk4 = { version = "0.12.1", optional=true }
|
||||
anyhow = "1"
|
||||
|
|
Loading…
Reference in a new issue