From 12915b846fab397244ac4c0bf1eca72dc2fb702e Mon Sep 17 00:00:00 2001 From: yggverse <yggverse@project> Date: Wed, 18 Sep 2024 21:21:46 +0300 Subject: [PATCH] increase gtk features version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fffc5966..feb12cf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,4 +10,4 @@ repository = "https://github.com/YGGverse/Yoda/tree/Rust-GTK4" homepage = "https://yggverse.github.io" [dependencies] -gtk4 = { version = "0.9.1", features = ["v4_6"] } +gtk4 = { version = "0.9.1", features = ["v4_8"] }