aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorJoris2021-11-21 18:12:11 +0100
committerJoris2021-11-21 18:12:11 +0100
commit3c5be0300f281d809cbe2ecdf52a4ef34598f084 (patch)
tree5de6256d0d20c8bb0c3e4d88e1f84e17f3f6a7fd /Cargo.lock
parent54bcca5c48b4586433a92fe4aad9cddd2e5500dc (diff)
downloadcalendar-3c5be0300f281d809cbe2ecdf52a4ef34598f084.tar.gz
calendar-3c5be0300f281d809cbe2ecdf52a4ef34598f084.tar.bz2
calendar-3c5be0300f281d809cbe2ecdf52a4ef34598f084.zip
Show static events on the calendar
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7dabba4..c25214f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -50,6 +50,7 @@ version = "0.1.0"
dependencies = [
"chrono",
"gtk4",
+ "pango",
]
[[package]]