summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authordyknon dyknonr5fjp2026-01-26 22:01:54 +0900
committerdyknon dyknonr5fjp2026-01-26 22:01:54 +0900
commit9a55c7688fdad73d50b8e6d739bd503dceacb434 (patch)
tree7d8f23bdb277865a5694aba0d88bb8add9072f67 /Cargo.toml
parent2bc2b792da61520aae2ade50e28a8776aed04ae9 (diff)
update libs
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 0acbe72..a8d2cb4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,8 +8,8 @@ libc = "0.2"
chrono = { version = "0.4", features = ["now"] }
v4l2-sys = { version = "1", path = "v4l2-sys/" }
anyhow = "1"
-gtk4 = { version = "0.9", features = ["v4_12"], optional = true}
-zune-jpeg = { version = "0.4", optional = true }
+gtk4 = { version = "0.10", features = ["v4_12"], optional = true}
+zune-jpeg = { version = "0.5", optional = true }
[features]
gui = ["gtk4", "zune-jpeg"]