aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoris2021-11-21 18:12:11 +0100
committerJoris2021-11-21 18:12:11 +0100
commit3c5be0300f281d809cbe2ecdf52a4ef34598f084 (patch)
tree5de6256d0d20c8bb0c3e4d88e1f84e17f3f6a7fd /Cargo.toml
parent54bcca5c48b4586433a92fe4aad9cddd2e5500dc (diff)
downloadcalendar-3c5be0300f281d809cbe2ecdf52a4ef34598f084.tar.gz
calendar-3c5be0300f281d809cbe2ecdf52a4ef34598f084.tar.bz2
calendar-3c5be0300f281d809cbe2ecdf52a4ef34598f084.zip
Show static events on the calendar
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
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"