From 3c5be0300f281d809cbe2ecdf52a4ef34598f084 Mon Sep 17 00:00:00 2001 From: Joris Date: Sun, 21 Nov 2021 18:12:11 +0100 Subject: Show static events on the calendar --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 0f6e92e..f240486 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,5 +5,6 @@ authors = ["Joris Guyonvarch"] edition = "2018" [dependencies] -gtk4 = { version = "0.3", features = ["v4_2"] } chrono = "0.4" +gtk4 = { version = "0.3", features = ["v4_2"] } +pango = "0.14" -- cgit v1.2.3