gtk: update to 0.8.2

update other packages to latter versions with cargo update
This commit is contained in:
Stéphane Cerveau 2024-05-21 11:40:07 +02:00
parent 1f200f4f30
commit b8a92586d4
2 changed files with 204 additions and 201 deletions

403
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -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"