From 1edbe064014e616f1e19faf3f8122514a3d555dc Mon Sep 17 00:00:00 2001 From: doryan Date: Sun, 18 Aug 2024 10:29:38 -0700 Subject: [PATCH] feat(crate): update crate --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index feefb2d..31a58ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,5 +9,5 @@ edition = "2021" adw = { version = "0.7.0", package = "libadwaita", features = ["v1_4"] } bitvec = "1.0.1" gio = { version = "0.20.0", features = ["v2_74"] } -gtk4 = { version = "0.9.0", features = ["v4_12"] } +gtk = { version = "0.9.0", package = "gtk4", features = ["v4_12"] } tokio = { version = "1.39.2", features = ["rt", "time", "rt-multi-thread", "macros", "sync"] }