From ee02a8f0ba930e6e0f9a96636ea95b80fb4695c1 Mon Sep 17 00:00:00 2001 From: Salem Yaslem Date: Mon, 3 Jun 2024 20:44:14 +0300 Subject: [PATCH] allow blue recorder to build in Ubuntu 20.04 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3dd9258..fb404a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ dirs = "4.0.0" gdk = { git = "https://github.com/gtk-rs/gtk4-rs.git", package = "gdk4"} gdk-pixbuf = "0.9.0" gettext-rs = "0.7.0" -gtk = { version = "0.4.8", package = "gtk4", features = ["v4_8"] } +gtk = { version = "0.4.6", package = "gtk4", features = ["v4_6"] } gio = { version = "0.15.0" } gtk-sys = "0.15" glib = "0.10.3"