From fd970b8ea54dbdc623604fbbebf888650ba9643d Mon Sep 17 00:00:00 2001 From: yggverse Date: Wed, 18 Sep 2024 16:17:33 +0300 Subject: [PATCH] add gtk4 dependency --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 74597fce..a10edbf0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,3 +4,4 @@ version = "0.1.0" edition = "2021" [dependencies] +gtk4 = "0.9.1"